We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7702ff commit 70058e0Copy full SHA for 70058e0
README.md
@@ -2,37 +2,38 @@
2
3
## 简介
4
5
-通过vue-cli创建项目,然后再基于EarthSDK创建地球。
6
-如果是大型项目,可以参考这种方式来构建程序。
+通过vue-cli创建项目,然后再基于EarthSDK创建地球。
+如果是大型项目,可以参考这种方式来构建程序。
7
+本项目,相当于在vue-cli的基础上做一些稍许修改,就可以加载EarthSDK了。
8
9

10
-## Project setup
11
+## 项目安装
12
```
13
npm install
14
15
-### Compiles and hot-reloads for development
16
+### 调试模式
17
18
npm run serve
19
20
-### Compiles and minifies for production
21
+### 发布版本
22
23
npm run build
24
25
-### Run your tests
26
+### 运行测试
27
28
npm run test
29
30
-### Lints and fixes files
31
+### 语法检查
32
33
npm run lint
34
35
-### Customize configuration
36
+### vue-cli的配置说明
37
See [Configuration Reference](https://cli.vuejs.org/config/).
38
39
## 在vue-cli的基础上加入对EarthSDK的支持的方法说明
0 commit comments