|
|
|
@ -1,18 +1,26 @@
|
|
|
|
|
## austin项目前端
|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
austin后端Gitee:[austin](https://gitee.com/zhongfucheng/austin)
|
|
|
|
|
:fire:项目在线演示地址:[http://139.9.73.20:3000/](http://139.9.73.20:3000/)
|
|
|
|
|
|
|
|
|
|
austin后端GitHub:[austin](https://gitee.com/zhongfucheng/austin)
|
|
|
|
|
:fire:项目视频我正在[Bilibili](https://space.bilibili.com/198434865/channel/collectiondetail?sid=435119)更新(**三连越多,更新越有动力哟**)
|
|
|
|
|
|
|
|
|
|
:fire:项目笔记关注公众号**Java3y**回复「austin」即可获取,还能**加项目交流群**哟!
|
|
|
|
|
|
|
|
|
|
:fire:后端仓库[Gitee](https://gitee.com/zhongfucheng/austin)、[GitHub](https://gitee.com/zhongfucheng/austin)
|
|
|
|
|
|
|
|
|
|
## 快速开始
|
|
|
|
|
|
|
|
|
|
基于 [amis](https://github.com/baidu/amis) 渲染器,快速搭建自己的管理系统。
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
|
|
|
|
|
# 安装依赖
|
|
|
|
|
npm i
|
|
|
|
|
|
|
|
|
|
# 打开服务
|
|
|
|
|
npm start
|
|
|
|
|
|
|
|
|
|
# 线上可使用 pm2 部署启动
|
|
|
|
|
pm2 start server.js
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|