Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kricsleo/starter-vue3
Starter template for vue3.
https://github.com/kricsleo/starter-vue3
Last synced: 24 days ago
JSON representation
Starter template for vue3.
- Host: GitHub
- URL: https://github.com/kricsleo/starter-vue3
- Owner: kricsleo
- License: mit
- Created: 2023-11-19T12:15:13.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2023-11-19T12:18:58.000Z (12 months ago)
- Last Synced: 2024-10-14T18:22:58.114Z (24 days ago)
- Language: TypeScript
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Vue3 Starter
Live Demo## Features
- ⚡️ [Vue 3](https://github.com/vuejs/core), [Vite 3](https://github.com/vitejs/vite), [pnpm](https://pnpm.io/), [ESBuild](https://github.com/evanw/esbuild) - born with fastness
- 🎨 [UnoCSS](https://github.com/antfu/unocss) - The instant on-demand atomic CSS engine.
- 😃 Use icons from any icon sets in [Pure CSS](https://github.com/antfu/unocss/tree/main/packages/preset-icons) - built-in with [`@iconify-json/carbon`](https://icones.js.org/collection/carbon)
- 🔥 Use the [new `` style](https://github.com/vuejs/rfcs/pull/227)
- 🦾 TypeScript, of course
- ☁️ Deploy on Netlify, zero-config
## GitHub Template
[Create a repo from this template on GitHub](https://github.com/kricsleo/starter-vue3/generate).
## Clone to local
If you prefer to do it manually with the cleaner git history
```bash
npx degit kricsleo/starter-vue3 my-vue3-app
cd my-vue3-app
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm
```## License
[MIT](./LICENSE) © [kricsleo](https://github.com/kricsleo)