File tree Expand file tree Collapse file tree 1 file changed +16
-14
lines changed Expand file tree Collapse file tree 1 file changed +16
-14
lines changed Original file line number Diff line number Diff line change 2
2
3
3
记录在使用 Vue.js 2.x 在项目中的一些应用。
4
4
5
- - [ 使用周边工具介绍] ( ./1-info/ )
6
- - [ 使用 Scss 开发样式] ( ./2-scss/ )
7
- - 使用 Vue Router
8
- - 使用 Vuex
9
- - 使用 Vue I18n
10
- - 使用 Layout
11
- - 使用 Vue Router + Vue Meta 实现 SEO 需求
12
- - 使用 Vue Router + Vuex 实现 Preload 全局数据
13
- - 使用 axios 实现接口容错
14
- - 使用 Mock.js 开发页面
15
- - 使用 PreRender 预渲染前端页面
16
- - 单元测试
17
- - 构建 Docker 镜像
18
- - SSR
5
+ > 注意:请按顺序查看,会有依赖。
6
+
7
+ - [x] [ 1. 使用周边工具介绍] ( ./1-info/ )
8
+ - [x] [ 2. 使用 Scss 开发样式] ( ./2-scss/ )
9
+ - [x] [ 3. 使用 Vue Router] ( ./3-router/ )
10
+ - [ ] 使用 Vuex
11
+ - [ ] 使用 Vue I18n
12
+ - [ ] 使用 Layout
13
+ - [ ] 使用 Vue Router + Vue Meta 实现 SEO 需求
14
+ - [ ] 使用 Vue Router + Vuex 实现 Preload 全局数据
15
+ - [ ] 使用 axios 实现接口容错
16
+ - [ ] 使用 Mock.js 开发页面
17
+ - [ ] 使用 PreRender 预渲染前端页面
18
+ - [ ] 单元测试
19
+ - [ ] 构建 Docker 镜像
20
+ - [ ] SSR
You can’t perform that action at this time.
0 commit comments