- Lightning-fast cold server start
- Instant hot module replacement (HMR) and dev SSR
- True on-demand compilation
- Use
vue3 vite2.0 typescript eslint SSR vuex vue-router element-plus scss
- dev
npm i
npm run dev
- preview
npm i
npm run preview
- build
npm i
npm run build