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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:TypeScript 63.0%Language:Vue 25.0%Language:JavaScript 5.4%Language:HTML 4.7%Language:CSS 1.9%