Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andrefelipe18/vfull

VFull is a heavily opinionated starter kit for Vue 3 powered by Vite. It comes with auto-importing features and leverages the latest and greatest features from Vue 3, Tailwind CSS, DaisyUI, TypeScript, Vue Router, Pinia, VueUse, UnHead, Axios, Unplugin Vue Components, Unplugin Auto Import, Vitest and Vue Test Utils configured
https://github.com/andrefelipe18/vfull

pinia starter-kit vite vue vue-router vuejs vuejs3

Last synced: 14 days ago
JSON representation

VFull is a heavily opinionated starter kit for Vue 3 powered by Vite. It comes with auto-importing features and leverages the latest and greatest features from Vue 3, Tailwind CSS, DaisyUI, TypeScript, Vue Router, Pinia, VueUse, UnHead, Axios, Unplugin Vue Components, Unplugin Auto Import, Vitest and Vue Test Utils configured

Awesome Lists containing this project

README

        

# VFull - Starter Kit Vue 3 + Vite
![VFullLogo](./public/vfull.png)

*VFull* is a heavily opinionated starter kit for Vue 3 powered by Vite. It comes with auto-importing features and leverages the latest and greatest features from Vue 3, Tailwind CSS, DaisyUI, TypeScript, Vue Router, Pinia, VueUse, UnHead, Axios, Unplugin Vue Components, Unplugin Auto Import, Vitest and Vue Test Utils configured

## Features
- ๐Ÿ’š[Vue](https://vuejs.org/)
- ๐Ÿ[Pinia](https://pinia.esm.dev/)
- ๐Ÿ”„[Vue Router](https://router.vuejs.org/)
- ๐Ÿ‘จ๐Ÿฝโ€๐Ÿ’ป[VueUse](https://vueuse.org/)
- ๐Ÿคฏ[UnHead](https://unhead.harlanzw.com/)
- ๐Ÿค™๐Ÿฝ[Axios](https://axios-http.com/)
- ๐Ÿš—[Unplugin Vue Components](https://github.com/antfu/unplugin-vue-components)
- ๐Ÿš˜[Unplugin Auto Import](https://github.com/antfu/unplugin-auto-import)
- โšก[Vite](https://vitejs.dev/)
- ๐Ÿงช[Vitest](https://vitest.dev/guide/)
- ๐Ÿงช[Vue Test Utils](https://next.vue-test-utils.vuejs.org/)
- ๐Ÿคฉ[Tailwind CSS](https://tailwindcss.com/)
- ๐ŸŽจ[DaysiUI](https://daisyui.com/)
- ๐Ÿ†”[TypeScript](https://www.typescriptlang.org/)

### Quick Start
```bash
# Clone the repo
git clone https://github.com/andrefelipe18/VFull.git my-app

# Enter the project directory
cd my-app

# Instal the dependencies
npm install

# Lift Vite's development server
npm run dev

# Go to http://localhost:5173
```