Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 517 Bytes

README.md

File metadata and controls

45 lines (34 loc) · 517 Bytes

spring-boot-plus-admin-react

管理系统主页

http://47.105.159.10/

设置nodejs镜像

npm config set registry https://registry.npm.taobao.org

npm install

npm install

使用方式一

npm启动应用

npm start

npm build

打包后的目录:dist

npm run-script build

使用方式二

安装umi

sudo npm install -g umi

启动应用

umi dev

打包

umi build