Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Latest commit

 

History

History
45 lines (28 loc) · 978 Bytes

README.md

File metadata and controls

45 lines (28 loc) · 978 Bytes

This template should help get you started developing with Vue 3 in Vite. It includes opinionated configurations for VS Code, ESLint, Stylelint, Prettier and Conventional Commits with commit hooks.

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + recommended extensions from workspace.

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

Run Unit Tests with Vitest

npm run test:unit

Lint

npm run lint

License

MIT