Update docs

This commit is contained in:
Richard Chien
2019-01-26 22:21:51 +08:00
parent 00ff96aed0
commit e22e4a019f
53 changed files with 387 additions and 199 deletions

View File

@ -1,6 +1,6 @@
{
"scripts": {
"docs:dev": "vuepress dev -h 127.0.0.1 -p 9090 --debug docs",
"docs:dev": "vuepress dev -h 0.0.0.0 -p 9090 --debug docs",
"docs:build": "vuepress build docs"
},
"devDependencies": {