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