File tree Expand file tree Collapse file tree 1 file changed +21
-5
lines changed Expand file tree Collapse file tree 1 file changed +21
-5
lines changed Original file line number Diff line number Diff line change
1
+
1
2
# docs
2
3
4
+ 阅读文档前,请确保 spm 的版本 >= 3.6 。
5
+
6
+ ``` bash
7
+ $ spm -v
8
+ 3.6.0
9
+ ```
10
+
3
11
## 目录
4
12
5
- - [ 环境配置] ( ./setup.md )
13
+ - [ 环境配置] ( ./setup.md ) :如何在 mac 和 windows 下安装 node 和 spm
6
14
- 组件开发
7
- - [ 组件入门] ( ./package/get-started.md )
15
+ - [ 组件入门] ( ./package/get-started.md ) :包含脚手架、依赖安装、本地调试、测试用例、登录、发布
8
16
- 项目开发
9
- - [ 项目入门] ( ./project/get-started.md )
10
- - [ 调试] ( ./project/debug.md )
11
- - [ 配置项] ( ./project/configuration.md )
17
+ - [ 项目入门] ( ./project/get-started.md ) :如何快速开发春节倒计时的需求
18
+ - [ 调试] ( ./project/debug.md ) :包含本地调试、livereload、weinre、线上调试
19
+ - [ 配置项] ( ./project/configuration.md ) :详解构建配置
20
+ - 其他
21
+ - [ 升级到 3.6] ( ./misc/upgrade-to-3.6.md ) :升级注意事项
22
+ - [ 发布 3.6] ( ./misc/release-3.6.md )
23
+
24
+ ## 相关
25
+
26
+ - [ 案例] ( https://github.com/spmjs/examples/tree/spm-webpack )
27
+
12
28
You can’t perform that action at this time.
0 commit comments