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脚手架
- Host: GitHub
- URL: https://github.com/lmsail/vue3-sfc-template
- Owner: lmsail
- License: mit
- Created: 2021-11-30T05:53:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-05T07:56:19.000Z (over 4 years ago)
- Last Synced: 2025-02-22T23:24:13.459Z (over 1 year ago)
- Topics: mobile, template, vant, vite, vue3
- Language: JavaScript
- Homepage:
- Size: 50.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)