https://github.com/xiaoluoboding/vite-vue2-template
⚡️ Starter template with Vite + Vue2, also support `<script setup>` style.
https://github.com/xiaoluoboding/vite-vue2-template
starter-template template vite vue2
Last synced: 4 months ago
JSON representation
⚡️ Starter template with Vite + Vue2, also support `<script setup>` style.
- Host: GitHub
- URL: https://github.com/xiaoluoboding/vite-vue2-template
- Owner: xiaoluoboding
- License: mit
- Created: 2021-08-24T06:58:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-24T07:29:14.000Z (over 4 years ago)
- Last Synced: 2025-07-01T03:42:23.798Z (8 months ago)
- Topics: starter-template, template, vite, vue2
- Language: Vue
- Homepage:
- Size: 31.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vite Vue 2 Template
## Pre-packed
### Plugins
* ⚡️ [vite-plugin-vue2](https://github.com/underfin/vite-plugin-vue2) - Vue 2 support
* 🔥 [vue2-script-setup-transform](https://github.com/antfu/vue2-script-setup-transform) - 💡 Bring `` to Vue 2
* 🌍 [vue-global-api](https://github.com/antfu/vue-global-api) - Use Vue Composition API globally
## Usage
### Project setup
```bash
yarn install
```
### Compiles and hot-reloads for development
```bash
yarn dev
```
### Compiles and minifies for production
```bash
yarn build
```
### Locally preview produciton build
```bash
yarn serve
```
## License
MIT [@xiaoluoboding](https://github.com/xiaoluoboding)