A command pallet of commands to run in addition to adding to the explorer context menu for the certain folders that drive the commands. Checkout out the previews below!
Command Pallet
Context Menus
[x] Nuxt: Add Component - Add a component to your project
[x] Nuxt: Add Composable - Add a composable to your project
[x] Nuxt: Add Layout - Add a custom layout to your project.
[x] Nuxt: Add Plugin - Add a plugin to the project
[x] Nuxt: Add Middleware - Add custom middleware to the project.
[x] Nuxt: Add API Endpoint - Adds a API endpoint to your project
[x] Nuxt: Add Page - Adds a page to your project
[x] Nuxt: Info - Copies the nuxt info to your clipboard
[x] Nuxt: Prepare Types - Generates types in the .nuxt/ folder
[x] Nuxt: Upgrade - Upgrade to the latest version of Nuxt
Run extension in debug mode by pressing F5 or Ctrl + Shift + D
➕ Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
Fork the Project
Create your Feature Branch (git checkout -b feature/AmazingFeature)
Commit your Changes (git commit -m 'Add some AmazingFeature')
Push to the Branch (git push origin feature/AmazingFeature)