An open API service indexing awesome lists of open source software.

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.

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)