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 46935d3 commit 5319aedCopy full SHA for 5319aed
.gitignore
@@ -3,3 +3,4 @@ exploration
3
node_modules
4
*.log
5
example/dist
6
+docs/.vuepress/dist
package.json
@@ -10,6 +10,7 @@
10
"build": "webpack --config example/webpack.config.js --hide-modules",
11
"dev": "webpack-dev-server --config example/webpack.config.js --inline --hot",
12
"docs": "vuepress dev docs",
13
+ "docs:build": "vuepress build docs",
14
"prepublishOnly": "conventional-changelog -p angular -r 2 -i CHANGELOG.md -s"
15
},
16
"author": "Evan You",
0 commit comments