fix plugin reload and update docs

This commit is contained in:
yanyongyu
2020-04-22 20:38:51 +08:00
parent 4794a4bacb
commit 39804852a8
4 changed files with 235 additions and 21 deletions

View File

@ -1,9 +1,9 @@
{
"scripts": {
"docs:dev": "vuepress dev -h 127.0.0.1 -p 8888 --debug docs",
"docs:dev": "vuepress dev --host 127.0.0.1 -p 8888 --debug docs",
"docs:build": "vuepress build docs"
},
"devDependencies": {
"vuepress": "^0.14.8"
}
}
}