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

https://github.com/lmsail/vue3-sfc-template

vite2+vue3+vant3脚手架
https://github.com/lmsail/vue3-sfc-template

mobile template vant vite vue3

Last synced: about 1 month ago
JSON representation

vite2+vue3+vant3脚手架

Awesome Lists containing this project

README

          

# vue3-sfc-template

vue3 + vite + vuex + vant 脚手架

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
npx vite --port=4001
```

### Compiles and minifies for production
```
npx vite build

# 二级目录部署
npx vite build --base=/web/
```

## reference resources

[awesome-vite 官方仓库](https://github.com/vitejs/awesome-vite#templates)
[vue-vite-h5](https://github.com/LZHD/vue-vite-h5)