mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-23 13:29:09 -05:00
docs: follow up for #2269 [ci skip]
This commit is contained in:
@@ -58,10 +58,10 @@ serve -s dist
|
||||
set -e
|
||||
|
||||
# сборка
|
||||
npm run docs:build
|
||||
npm run build
|
||||
|
||||
# переход в каталог сборки
|
||||
cd docs/.vuepress/dist
|
||||
cd dist
|
||||
|
||||
# если вы публикуете на пользовательский домен
|
||||
# echo 'www.example.com' > CNAME
|
||||
|
||||
@@ -62,10 +62,10 @@ serve -s dist
|
||||
set -e
|
||||
|
||||
# build
|
||||
npm run docs:build
|
||||
npm run build
|
||||
|
||||
# navigate into the build output directory
|
||||
cd docs/.vuepress/dist
|
||||
cd dist
|
||||
|
||||
# if you are deploying to a custom domain
|
||||
# echo 'www.example.com' > CNAME
|
||||
|
||||
Reference in New Issue
Block a user