Skip to content

Commit efc0d2c

Browse files
committed
doc
1 parent 08cf21a commit efc0d2c

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ node_modules
1010
.npm
1111

1212
test/*
13-
test2/*
13+
test2/*
14+
15+
docs/_book

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
"version": "1.0.1",
44
"license": "MIT",
55
"description": "Vue use typescript",
6-
"scripts": {},
6+
"scripts": {
7+
"build:doc": "./docs/deploy.sh"
8+
},
79
"dependencies": {
810
"vue-cli": "^2.8.2"
911
}
10-
}
12+
}

0 commit comments

Comments
 (0)