README.md 810 Bytes
Newer Older
lxyang committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
## ����

```bash
# ��¡��Ŀ
git clone https://gitee.com/y_project/RuoYi-Vue

# ������ĿĿ¼
cd ruoyi-ui

# ��װ����
npm install

# ���鲻Ҫֱ��ʹ�� cnpm ��װ���������и��ֹ���� bug������ͨ�����²������ npm �����ٶ���������
npm install --registry=https://registry.npm.taobao.org

# ��������
npm run dev
```

��������� http://localhost:80

## ����

```bash
# �������Ի���
npm run build:stage

# ������������
npm run build:prod
```


test1 环境访问地址
http://54.222.213.124:9191/
test1 可外网访问地址
54.222.213.124:9090
test1 vpn网访问地址
172.21.6.245:9090