build | ||
mock | ||
public | ||
src | ||
tests/unit | ||
.editorconfig | ||
.env.development | ||
.env.production | ||
.env.staging | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.travis.yml | ||
babel.config.js | ||
dist.tar.gz | ||
jest.config.js | ||
jsconfig.json | ||
LICENSE | ||
package.json | ||
postcss.config.js | ||
README-zh.md | ||
README.md | ||
vue.config.js |
ahut-engisys-ui
工程师学院系统,前端代码仓库
Build Setup
# clone the project
git clone 项目地址
# enter the project directory
cd ahut-review-ui
# install dependency
npm install
# develop
npm run dev
This will automatically open http://localhost:9528
Build
# build for test environment
npm run build:stage
# build for production environment
npm run build:prod