/spring-boot-plus-admin-react

spring-boot-plus-admin-react

Primary LanguageJavaScriptApache License 2.0Apache-2.0

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