大唐会议项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
460 B

6 years ago
## ����
```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
```