mirror of
https://github.com/lstoeferle/vite-vue2-starter
synced 2025-02-23 13:12:18 +08:00
950 B
950 B
Vite ⚡ - Vue 2 starter template
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
- 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