|
|
@ -8,7 +8,7 @@ |
|
|
|
"build": "vue-cli-service build", |
|
|
|
"build": "vue-cli-service build", |
|
|
|
"lint": "vue-cli-service lint", |
|
|
|
"lint": "vue-cli-service lint", |
|
|
|
"predeploy": "yarn build", |
|
|
|
"predeploy": "yarn build", |
|
|
|
"deploy": "gh-pages -d dist -r https://gitee.com/iczer/vue-antd-admin.git", |
|
|
|
"deploy": "gh-pages -d dist -b pages -r https://gitee.com/iczer/vue-antd-admin.git", |
|
|
|
"docs:dev": "vuepress dev docs", |
|
|
|
"docs:dev": "vuepress dev docs", |
|
|
|
"docs:build": "vuepress build docs", |
|
|
|
"docs:build": "vuepress build docs", |
|
|
|
"docs:deploy": "vuepress build docs && gh-pages -d docs/.vuepress/dist" |
|
|
|
"docs:deploy": "vuepress build docs && gh-pages -d docs/.vuepress/dist" |
|
|
|