This repo is the source code of the qjcg-portal website
- Install brickyard-cli
npm i -g brickyard-cli / npm i -g brickyard-cli@version-num --registry="https://registry.npmjs.org"(下载指定版本cli)
- In the repo dir, run
brickyard build qjcg-portal (此项目需加--dir dest参数,将build出来的dest目录一并提交到github管理)
- The target build files will located at
output/www
- Move these files to any static web container and then access
- In the brickyard dir, run
brickyard build qjcg-portal --debug --watch
docker run -p 8080:80 dbjtech/brickyard-qjcg-portal