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
- 💚Vue
- 🍍Pinia
- 🔄Vue Router
- 👨🏽💻VueUse
- 🤯UnHead
- 🤙🏽Axios
- 🚗Unplugin Vue Components
- 🚘Unplugin Auto Import
- ⚡Vite
- 🧪Vitest
- 🧪Vue Test Utils
- 🤩Tailwind CSS
- 🎨DaysiUI
- 🆔TypeScript
# 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