https://github.com/kailong321200875/vue-vant-cli
一款基于vue2+vant2的移动端脚手架,内置常用组件
https://github.com/kailong321200875/vue-vant-cli
Last synced: 6 months ago
JSON representation
一款基于vue2+vant2的移动端脚手架,内置常用组件
- Host: GitHub
- URL: https://github.com/kailong321200875/vue-vant-cli
- Owner: kailong321200875
- Created: 2021-01-19T06:34:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-24T09:55:51.000Z (over 4 years ago)
- Last Synced: 2025-02-01T16:48:45.705Z (8 months ago)
- Language: Vue
- Size: 171 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-vant-cli
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Run your unit tests
```
yarn test:unit
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).