You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
355 B
Markdown
17 lines
355 B
Markdown
|
|
|
|
浏览器访问 http://localhost:80
|
|
|
|
## 发布
|
|
|
|
```bash
|
|
# 构建测试环境
|
|
npm run build:stage
|
|
|
|
# 构建生产环境
|
|
npm run build:prod
|
|
```
|
|
|
|
npm install --save @antv/l7plot @jiaminghi/data-view --registry=https://mirrors.huaweicloud.com/repository/npm/
|
|
|
|
npm install --save vue-seamless-scroll --registry=https://mirrors.huaweicloud.com/repository/npm/ |