417 B
417 B
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