Aura Vue is a Vue boilerplate that offers a well-structured foundation with pre-configured dependencies and tools to accelerate Vue development.
See Vite Configuration Reference.
- Project Setup
npm install
- Compile and Hot-Reload for Development
npm run dev
- Compile and Minify for Production
npm run build