This repository was archived by the owner on Mar 15, 2021. It is now read-only.
File tree 5 files changed +652
-619
lines changed
packages/vuepress-plugin-docgen
5 files changed +652
-619
lines changed Original file line number Diff line number Diff line change 15
15
],
16
16
"useWorkspaces" : true ,
17
17
"npmClient" : " yarn" ,
18
- "version" : " 1.2.3 "
18
+ "version" : " 1.2.4 "
19
19
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vuepres-plugin-docgen" ,
3
- "version" : " 1.2.3 " ,
3
+ "version" : " 1.2.4 " ,
4
4
"description" : " vuepress, component doc generation" ,
5
5
"repository" : " https://github.com/f3ltron/vuepress-plugin-docgen" ,
6
6
"author" : " f3ltron" ,
28
28
"bugs" : {
29
29
"url" : " https://github.com/f3ltron/vuepress-plugin-docgen/issues"
30
30
},
31
- "husky" : {
32
- "hooks" : {
33
- "commit-msg" : " [[ -n $HUSKY_BYPASS ]] || commitlint -E HUSKY_GIT_PARAMS"
34
- }
35
- },
36
- "commitlint" : {
37
- "extends" : [" @commitlint/config-conventional" ]
38
- },
39
31
"homepage" : " https://f3ltron.github.io/vuepress-plugin-docgen/" ,
40
32
"devDependencies" : {
41
33
"@commitlint/cli" : " ^8.0.0" ,
Original file line number Diff line number Diff line change 1
- test
2
1
node_modules
Original file line number Diff line number Diff line change
1
+ [ ![ lerna] ( https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg )] ( https://lerna.js.org/ )
2
+ [ ![ Commitizen friendly] ( https://img.shields.io/badge/commitizen-friendly-brightgreen.svg )] ( http://commitizen.github.io/cz-cli/ )
3
+ [ ![ Build Status] ( https://travis-ci.com/f3ltron/vuepress-plugin-docgen.svg?branch=master )] ( https://travis-ci.com/f3ltron/vuepress-plugin-docgen )
4
+
5
+ # vuepress-plugin-docgen
6
+
7
+ > Vuepress plugin for creating a documentation site of your Vue components
8
+
9
+ ## fast installation
10
+
11
+ ` yarn add -D vuepress-plugin-docgen `
12
+
13
+
14
+ vuepress config file
15
+
16
+ ``` jsx
17
+ plugins: [
18
+ [ ' docgen' ,
19
+ {
20
+ componentsDir: path .join (__dirname , ' ../../components' )
21
+ }
22
+ ]
23
+ ]
24
+ ```
25
+
26
+ ## documentation more infos [ click here] ( https://f3ltron.github.io/vuepress-plugin-docgen/ )
27
+
28
+ ## License
29
+
30
+ MIT © ; f3ltron
You can’t perform that action at this time.
0 commit comments