-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Paandaa edited this page May 25, 2022
·
3 revisions
git clone https://github.com/waterv/lightandnight.git
cd lightandnight
npm install
git clone -b build https://github.com/waterv/lightandnight.git
mv lightandnight build
npm run serve
npm run build
这将得到 dist
目录。随后您需要清空 build
目录,将 dist
目录中的文件全部移动到 build
目录,之后 git push
到远程 build
分支。
以上流程已绝赞打包为 npm script:
npm run update