mirror of
https://github.com/lstoeferle/vite-vue2-starter
synced 2025-02-23 21:22:18 +08:00
1.1 KiB
1.1 KiB
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
- 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 Vitevite-plugin-icoms
-
Access thousands of icons as Vue components in Vite
🚀 Getting started
- Install dependencies
npm install
- Start dev server
npm run dev
- Visit the page
http://localhost:8080