Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/andrefelipe18/vfull
- Owner: andrefelipe18
- License: mit
- Created: 2023-07-03T15:59:53.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-17T19:31:19.000Z (over 1 year ago)
- Last Synced: 2025-01-04T01:00:57.233Z (22 days ago)
- Topics: pinia, starter-kit, vite, vue, vue-router, vuejs, vuejs3
- Language: TypeScript
- Homepage:
- Size: 634 KB
- Stars: 52
- Watchers: 2
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```