https://github.com/edenleung/vue-h5-template
vue-cli4-vant-template
https://github.com/edenleung/vue-h5-template
vant vant-ui vue
Last synced: 9 months ago
JSON representation
vue-cli4-vant-template
- Host: GitHub
- URL: https://github.com/edenleung/vue-h5-template
- Owner: edenleung
- Created: 2020-07-09T12:27:38.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T06:24:13.000Z (over 3 years ago)
- Last Synced: 2023-03-08T00:53:27.500Z (over 3 years ago)
- Topics: vant, vant-ui, vue
- Language: JavaScript
- Homepage:
- Size: 1.11 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-h5-template
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
## Docker
### 打包项目
```
yarn build
```
### 构建镜像
```
docker build -t project/h5 .
```
### 创建容器
```
docker run -t project-h5 -p 9501:80 project/h5
```
### 预览
http://localhost:9501