2021-02-27 06:12:33 +08:00
# Vite ⚡ - Vue 2 starter template
2021-02-24 06:04:09 +08:00
2021-02-27 06:12:33 +08:00
This starter template will help you to easily create a Vue2 application bundled by the lightning fast build tool called [Vite ](https://github.com/vitejs/vite ). Besides Vite this template also provides:
2021-02-24 06:04:09 +08:00
2021-02-27 06:12:33 +08:00
* Typescript support
* Vue Router
* Vue Composition-API
2021-02-27 06:14:55 +08:00
* VueUse
2021-02-27 06:12:33 +08:00
* WindiCSS (TailwindCSS) + Dark Mode
## :package: Vite plugins
* [`vite-plugin-vue2` ](https://github.com/underfin/vite-plugin-vue2 ) -
Vue 2 support for Vite
* [`vite-plugin-components` ](https://github.com/antfu/vite-plugin-components ) -
On demand components auto importing for Vite
* [`vite-plugin-windicss` ](https://github.com/windicss/vite-plugin-windicss ) -
WindiCSS/TailwindCSS for Vite
## :rocket: Getting started
1. Install dependencies
```bash
npm install
```
2. Start dev server
```bash
npm run dev
```
3. Visit the page
< a href = "http://localhost:8080" target = "_blank" > http://localhost:8080< / a >