⚡
- Vue 2 starter template
Vite This starter template will help you to easily create a Vue2 application bundled by the lightning fast build tool called Vite. Besides Vite this template also provides:
- Typescript support
- Vue Router
- Vue Composition-API
- VueUse
- WindiCSS (TailwindCSS) + Dark Mode
📦
Vite plugins
vite-plugin-vue2
- Vue 2 support for Vitevite-plugin-components
- On demand components auto importing for Vitevite-plugin-windicss
- WindiCSS/TailwindCSS for Vite
🚀
Getting started
- Install dependencies
npm install
- Start dev server
npm run dev
- Visit the page
http://localhost:8080