- nodejs, npm
git clone https://panliang:228618@gitee.com/paddy_technology/admin-desktop.git
cp .env.development.example .env.development
, 修改VUE_APP_BASE_API
接口地址npm install
或者npm install --registry=https://registry.npm.taobao.org
- 本地环境
npm run dev
- 测试环境
npm run build:stage
- 生成环境
npm run build:prod
location / {
root /home/testhadoop/www/html;
index index.html index.htm;
try_files $uri $uri/ /index.html;
}
- 上传组件兼容OSS直传(由服务端生成签名), https://help.aliyun.com/document_detail/31926.html
- 编辑器组件的
loading动画