- Vue 3.x
- Vue-Router 4.x
- Pinia2 - manage state instead of vuex
- Ant Design Vue 2.x
- Element-Plus
- Naive UI
- unplugin-vue-components - a vite plugin can auto import ui library on demand
- TypeScript, of course
- Clone repository
git clone https://github.com/nabaonan/todos-action.git
cd vue-vite-ts-setup
yarn
ornpm i
- Run
yarn
yarn dev
Run yarn build