Skip to content

Commit d67af39

Browse files
committed
文档调整
1 parent 086e1ac commit d67af39

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ vue 2.x 组件库自动解析 Markdown 示例,自动构建发布到 `github-pa
55
## 实现目标
66

77
- 自动发布
8-
- [ ] 使用 `Travis` 自动构建和发布代码
9-
- [ ] 提交代码到 `master` 分支,自动发布到 `github-pages`
10-
- [ ] 打标签 `tag``master` 分支,自动发布到 `npm`
8+
- [x] 使用 `Travis` 自动构建和发布代码
9+
- [x] 提交代码到 `master` 分支,自动发布到 `github-pages`
10+
- [x] 打标签 `tag``master` 分支,自动发布到 `npm`
1111
- 文档解析
12-
- [ ] `.md` 文件通过编写 `webpack` 加载器解析为 `vue` 代码
13-
- [ ] `Markdown` 文件解析其中包含 `snippet::: {code} :::` 格式为局部组件
12+
- [x] `.md` 文件通过编写 `webpack` 加载器解析为 `vue` 代码
13+
- [x] `Markdown` 文件解析其中包含 `snippet::: {code} :::` 格式为局部组件
1414
- 项目构建
15-
- [ ] `github-pages` 在线访问 (https://kitorv.github.io/vue-ui-docs)[https://kitorv.github.io/vue-ui-docs]
16-
- [ ] `npm` 包安装 (https://www.npmjs.com/package/vue-ui-docs)[https://www.npmjs.com/package/vue-ui-docs]
15+
- [x] `github-pages` 在线访问 (https://kitorv.github.io/vue-ui-docs)[https://kitorv.github.io/vue-ui-docs]
16+
- [x] `npm` 包安装 (https://www.npmjs.com/package/vue-ui-docs)[https://www.npmjs.com/package/vue-ui-docs]
1717

1818
代码示例格式:
1919

0 commit comments

Comments
 (0)