Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.5 KB

README.md

File metadata and controls

37 lines (30 loc) · 1.5 KB

Vite 2.x + Vue 3.x + Tailwind 2.x starter ⚡

vvt

⚠ Currently, there's a bug where you can't have space chars in a project's folder name on Windows (try it in a folder without spaces and special chars in its name) ⚠

This starter template also includes:

Getting Started 🚀

npm:

npm install
npm run dev
npm run build
npm run serve

yarn:

yarn
yarn dev
yarn build
yarn serve

Bonus links