This template should help get you started developing with Vue 3 and Typescript in Vite.. Questions, feedback, and for now, even bikeshedding are welcome.
- Vite & TypeScript already: Vite tool & TypeScript has included making Vue great again
- Thorough documentation: All knowledge was care for (tested) & written very details
- Guaranteed consistency: Lint and prettier / Git hook for caring code type convention
- First-class tests: Practice test-driven development with sample unit(Jest - by Facebook)
This project includes a docs
folder with more details on:
- Setup and development
- Architecture
- Languages and technologies
- Routing, layouts, and views
- State management
- Tests and mocking the API
- Linting and formatting
- Editor integration
- Building and deploying to production
Should we need to add all configs for the new current project?
No, you can choose one or maybe several of the richest features for your project.
This template it's just like the normal project.
Why would I use this boilerplate instead of Nuxt?
It uses Vue 3, Vite tool, and rich new features, this project can be another choice.
TypeScript may be new to me, should I use it?
Trending it's important for the developer world, if you don't follow that, you can be defeated.
npm install
npm run dev
npm run build