We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08cf21a commit efc0d2cCopy full SHA for efc0d2c
.gitignore
@@ -10,4 +10,6 @@ node_modules
10
.npm
11
12
test/*
13
-test2/*
+test2/*
14
+
15
+docs/_book
package.json
@@ -3,8 +3,10 @@
3
"version": "1.0.1",
4
"license": "MIT",
5
"description": "Vue use typescript",
6
- "scripts": {},
+ "scripts": {
7
+ "build:doc": "./docs/deploy.sh"
8
+ },
9
"dependencies": {
"vue-cli": "^2.8.2"
}
-}
+}
0 commit comments