Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>BowerNew to Visual Studio Code? Get it now.

Bower

Don Jayamanne

|
48,099 installs
| (3) | Free
Create bower.json, install, uninstall, update bower packages, etc
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Bower

Provides access to most of the Bower commands from within Visual Studio Code

Bower Command interactive prompts built into the IDE.

##Features

  • Create bower.json using interactive prompts (bower init)
  • Install missing packages from bower.json (bower install)
  • Install specific package (bower install package)
  • Uninstall a specific package (bower uninstall package)
  • Update packages to latest versions (bower update)
  • Search and install packages (bower search, bower install package)
  • Cache management (bower cache list, bower cache clear)
  • Resolving conflicts version 0.0.3
  • Displaying formatted messages generated by bower commands version 0.0.3
  • Locating bower.json file based on file being edited version 0.0.3

Press F1 and select/type "Bower" and pick a bower command.

Image of Command

Image of Init

Image of Install

Image of Search

Image of Uninstall

Source

Github

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft