File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments