This commit is contained in:
huanqing.shao
2019-07-25 06:22:52 +08:00
parent 97d19726a4
commit 493e4272d7
622 changed files with 3007 additions and 7 deletions

View File

@ -1,6 +1,10 @@
{
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
"docs:dev": "vuepress dev .",
"docs:build": "vuepress build ."
},
"devDependencies": {
"@vuepress/plugin-google-analytics": "^1.0.0-rc.1",
"vuepress": "^1.0.2"
}
}
}