Files
hyperf-admin/docs/guide/install.md
2020-06-16 22:33:55 +08:00

660 B

?> hyperf-admin目前尚未开源, 敬请期待.

前端

# 环境依赖
# 1.  node ^v11.2.0 https://nodejs.org/zh-cn/download/
# 2.  npm ^6.4.1
git clone https://github.com/hyperf-admin/hyperf-admin-front.git
cd hyperf-admin-front
npm i
npm run dev

!> 请根据实际情况修改vue.config.js中的代理 proxy.target地址

# 打包
npm run build:prod
npm run build:test

后端

# 环境依赖 php ^7.1 composer swoole 
# 下载demo项目
git clone https://github.com/hyperf-admin/hyperf-admin-skeleton.git
cd hyperf-admin-skeleton
composer i
# 启动
composer watch

nginx配置

# conf