VueJS CommanderVueJS Commander is a Visual Studio Code extension designed to streamline the execution of common Vue.js and Nuxt.js commands. It simplifies project creation, development server management, and production builds directly from the VS Code command palette. IndexRequirements
SetupStep 1: Open Command Palette in VS Code
Step 2: Add Configuration to
|
| Command | Description |
|---|---|
Create New Project |
Create a new Vue/Nuxt project |
Start Development Server |
Start the development server |
Build for Production |
Build the project for production |
All commands are available from the Command Palette and from the VueJS Commander submenu in the Explorer context menu on workspace root folders. In multi-root workspaces, Command Palette commands reuse the selected workspace folder, while Explorer commands run in the targeted folder.
Community
This extension is maintained by the Vue JS Colombia Meetup Community. Stay updated on new features and improvements:
Contributing
We welcome contributions from the community! To get started:
- Fork the GitHub repository.
- Make your changes and submit a pull request.
For contribution guidelines, refer to the Contribution Guide.
Code of Conduct
We value a welcoming and inclusive community. Please review our Code of Conduct before participating.
Changelog
See the full list of changes in the CHANGELOG.md file.
License
This extension is licensed under the MIT License. See the MIT License for details.