## ����

```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