Project Setup npm install Format your code before commit npm run format Compile and Hot-Reload for Development npm run dev Type-Check, Compile and Minify for Environment: Development npm run build-development Production npm run build-production Lint with ESLint npm run lint