https://github.com/yang1206/vue-template
https://github.com/yang1206/vue-template
typescript unocss vue vue-query vue3
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yang1206/vue-template
- Owner: yang1206
- License: mit
- Created: 2022-10-03T05:58:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-11T10:26:10.000Z (4 months ago)
- Last Synced: 2025-03-11T11:31:19.716Z (4 months ago)
- Topics: typescript, unocss, vue, vue-query, vue3
- Language: TypeScript
- Homepage: https://vue-template-yang.netlify.app/
- Size: 1.87 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
🚀🚀🚀 Vue starter template
Inspired by [Vitesse](https://github.com/antfu/vitesse) ❤
### Features
- ⚡️ [Vue3](https://vuejs.org/), [Vite 5](https://github.com/vitejs/vite), [pnpm](https://pnpm.io/), [ESBuild](https://github.com/evanw/esbuild) - born with fastness
- 📑 [Layout system](./src/layouts)
- 🎨 [UnoCSS](https://github.com/antfu/unocss) - the instant on-demand atomic CSS engine
- 😃 [Use icons from any icon sets with classes](https://github.com/antfu/unocss/tree/main/packages/preset-icons)- 🍍 [State Management via Pinia](https://github.com/vuejs/pinia)
- 📥 [APIs auto importing](https://github.com/antfu/unplugin-auto-import) - use Composition API and others directly
- 🤖 [Vue-Query](https://github.com/TanStack/query) - fetch, cache, synchronize and update data easily- 🦾 TypeScript, of course
- ⚙️ Unit Testing with [Vitest](https://github.com/vitest-dev/vitest)
- ☁️ Deploy on Netlify, zero-config
## Project setup
```
pnpm install
```### Compiles and hot-reloads for development
```
pnpm dev
```### Compiles and minifies for production
```
pnpm build
```## Variations
- [react-template](https://github.com/yang1206/react-template.git)
- [uniapp-template](https://github.com/yang1206/uniapp-template.git)