- Vue3 : (v3.2.47)
- Vite : generation frontend tooling
- TypeScript : Is a superset of JavaScript that compiles to clean JavaScript output.
- Vue Router : router.
- Pinia : Intuitive, type safe and flexible Store for Vue.
- Sass : Extension of CSS
- Vitest : Vite-native test framework
- ESlint : Find and fix problems in your JavaScript code.
- Prettier : code formatter.
- Unplugin-auto-import : Auto import APIs on-demand for Vite.
- Unplugin-vue-components : On-demand components auto importing for Vue.
- Husky : Git hooks.
- Mockjs : A simulation data generator.
-
git clone https://github.com/huyikai/vue3-project-demo.git
-
npm run dev