A quick start template for a vue3 project, based on Vite, Unocss
English | 简体中文
- Support TypeScript, TSX
- Simple-git-hooks + lint-staged + eslint + stylelint
- File based routing and layouts
- Functionally wrapped Axios
- Unocss - the instant on-demand atomic CSS engine
- PWA Support
- State Management via Pinia
- Use icons from any icon sets with classes
- Dark mode adaptation
- Components auto importing
- APIs auto importing - use Composition API and others directly
Create a repo from this template on GitHub.
# clone
git clone https://github.com/chansee97/vite-vue3-starter.git
# Installation of dependencies
pnpm i
# Development visit http://localhost:5200
pnpm dev
# Build
pnpm build