mirror of
https://github.com/lstoeferle/vite-vue2-starter
synced 2025-02-23 05:02:19 +08:00
public | ||
src | ||
.eslintrc.js | ||
.gitignore | ||
index.html | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
tailwind.config.js | ||
tsconfig.json | ||
vite.config.js |
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