@@ -5,15 +5,15 @@ vue 2.x 组件库自动解析 Markdown 示例,自动构建发布到 `github-pa
5
5
## 实现目标
6
6
7
7
- 自动发布
8
- - [] 使用 ` Travis ` 自动构建和发布代码
9
- - [] 提交代码到 ` master ` 分支,自动发布到 ` github-pages `
10
- - [] 打标签 ` tag ` 到 ` master ` 分支,自动发布到 ` npm `
8
+ - [x ] 使用 ` Travis ` 自动构建和发布代码
9
+ - [x ] 提交代码到 ` master ` 分支,自动发布到 ` github-pages `
10
+ - [x ] 打标签 ` tag ` 到 ` master ` 分支,自动发布到 ` npm `
11
11
- 文档解析
12
- - [] ` .md ` 文件通过编写 ` webpack ` 加载器解析为 ` vue ` 代码
13
- - [] ` Markdown ` 文件解析其中包含 ` snippet::: {code} ::: ` 格式为局部组件
12
+ - [x ] ` .md ` 文件通过编写 ` webpack ` 加载器解析为 ` vue ` 代码
13
+ - [x ] ` Markdown ` 文件解析其中包含 ` snippet::: {code} ::: ` 格式为局部组件
14
14
- 项目构建
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 ]
17
17
18
18
代码示例格式:
19
19
0 commit comments