Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.33 KB

README.md

File metadata and controls

37 lines (30 loc) · 1.33 KB

VFull - Starter Kit Vue 3 + Vite

VFullLogo

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

Quick Start

# 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