Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-29T18:21:47.000Z (3 months ago)
- Last Synced: 2024-12-30T16:47:39.392Z (about 2 months ago)
- Topics: boilerplate, mobile, template, vant, vant-ui, vue
- Language: TypeScript
- Homepage: https://vant.ntnyq.com
- Size: 789 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
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/).