Skip to content
| Marketplace
Sign in
Visual Studio Code>Extension Packs>VueJS Ext PackNew to Visual Studio Code? Get it now.
VueJS Ext Pack

VueJS Ext Pack

Ndagi Stanley

|
1,321 installs
| (1) | Free
An extension pack suitable if you use VueJS 3
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vuejs-ext-pack

An extension pack suitable if you use VueJS 3.

Included are extensions that I use with Quasar:

  • Quasar Snippets
  • Quasar Docs

The vsix files can be downloaded here

Developer

Updating process

  1. Make changes
  2. Commit changes
  3. Update CHANGELOG.md
  4. Update version in package.json (Format: v<major>.<minor>.<patch>)
  5. Commit changes
  6. Tag commit (Format: v<major>.<minor>.<patch>)
  7. Push commits to remote
  8. Push tag to remote (git push origin <tag name>)

Undo

Delete tags:

  • local tag - git tag -d <tag name>
  • remote tag - git push -d origin <tag name>

Unpublish:

  • Extension version - Use the web
  • Extension - vsce unpublish (publisher name).(extension name)
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft