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 cc9b7d7 commit 7737d16Copy full SHA for 7737d16
README.md
@@ -20,10 +20,10 @@
20
21
## 项目介绍
22
23
- 这是一个基于 Vue3.0 开发的 mars3d 示例项目。
+ 这是一个基于 Vue3.0 开发的 mars3d 功能示例项目。
24
25
> 如果您不熟悉Vue,对原生JS比较熟悉,可以阅读:
26
- [功能示例原生版教程](/guide/start/example-old.html) 、
+ [功能示例原生版教程](http://mars3d.cn/dev/guide/start/example-old.html) 、
27
[mars3d-es5-example代码](https://gitee.com/marsgis/mars3d-es5-example)
28
29
@@ -51,9 +51,8 @@ git clone [email protected]:marsgis/mars3d-vue-example.git
51
52
- 推荐使用 vscode,安装参考[开发环境搭建教程](guide/start/env.html)
53
- 安装 vscode 插件,推荐安装 volar(并禁用 vetur)、ESlint 、 Prettier
54
-- 配置 vscode 参数
+- 配置 vscode 参数, setting.json相关配置
55
```json
56
-// setting.json相关配置
57
{
58
"eslint.format.enable": true,
59
"[json]": {
0 commit comments