Skip to content

Commit 70058e0

Browse files
authored
Update README.md
1 parent f7702ff commit 70058e0

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,38 @@
22

33
## 简介
44

5-
通过vue-cli创建项目,然后再基于EarthSDK创建地球。
6-
如果是大型项目,可以参考这种方式来构建程序。
5+
通过vue-cli创建项目,然后再基于EarthSDK创建地球。
6+
如果是大型项目,可以参考这种方式来构建程序。
7+
本项目,相当于在vue-cli的基础上做一些稍许修改,就可以加载EarthSDK了。
78

89
![预览](./preview.jpg)
910

10-
## Project setup
11+
## 项目安装
1112
```
1213
npm install
1314
```
1415

15-
### Compiles and hot-reloads for development
16+
### 调试模式
1617
```
1718
npm run serve
1819
```
1920

20-
### Compiles and minifies for production
21+
### 发布版本
2122
```
2223
npm run build
2324
```
2425

25-
### Run your tests
26+
### 运行测试
2627
```
2728
npm run test
2829
```
2930

30-
### Lints and fixes files
31+
### 语法检查
3132
```
3233
npm run lint
3334
```
3435

35-
### Customize configuration
36+
### vue-cli的配置说明
3637
See [Configuration Reference](https://cli.vuejs.org/config/).
3738

3839
## 在vue-cli的基础上加入对EarthSDK的支持的方法说明

0 commit comments

Comments
 (0)