This template should help get you started developing with Vue 3 in Vite.
https://web-vue-test-ci.web.app/
https://web-vue-test-ci-dev.web.app/
https://web-vue-test-ci-homolog.web.app/
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
See Vite Configuration Reference.
npm install
npm run dev
npm run build
Run Unit Tests with Vitest
npm run test:unit
Run End-to-End Tests with Cypress
npm run build
npm run test:e2e # or `npm run test:e2e:ci` for headless testing
Lint with ESLint
npm run lint
Compile image
docker build -t vuejs-cookbook/dockerize-vuejs-app .
Run
docker run -it -p 8080:80 --rm --name dockerize-vuejs-app-1 vuejs-cookbook/dockerize-vuejs-app