Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 558 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 558 Bytes

🌈 Introduction

Aura Vue is a Vue boilerplate that offers a well-structured foundation with pre-configured dependencies and tools to accelerate Vue development.

📔 Customize configuration

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