Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)