https://github.com/ntnyq/starter-vue-h5
:iphone: Vue mobile project template with VantUI
https://github.com/ntnyq/starter-vue-h5
boilerplate mobile template vant vant-ui vue
Last synced: 8 months ago
JSON representation
:iphone: Vue mobile project template with VantUI
- Host: GitHub
- URL: https://github.com/ntnyq/starter-vue-h5
- Owner: ntnyq
- Created: 2019-08-19T19:14:33.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-01-22T02:22:48.000Z (9 months ago)
- Last Synced: 2025-02-18T10:54:50.182Z (8 months ago)
- Topics: boilerplate, mobile, template, vant, vant-ui, vue
- Language: TypeScript
- Homepage: https://vant.ntnyq.com
- Size: 856 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# starter-vue-h5
Vue 移动端项目模板,组件库 Vant.
## Project setup
```bash
$ yarn install
```### Compiles and hot-reloads for development
```bash
$ yarn run serve
```### Compiles and minifies for production
```bash
$ yarn run build
```### Lints and fixes files
```bash
$ yarn run lint:fix
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).