# MAll **Repository Path**: Heng_XIang/mall ## Basic Information - **Project Name**: MAll - **Description**: No description available - **Primary Language**: Unknown - **License**: Artistic-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-29 - **Last Updated**: 2022-07-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # plso ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). location / { root /root/vuePro/dist; index index.html index.htm; try_files $uri $uri/ /index.html; } location /api { proxy_pass http://39.98.123.211; } location / { root /home/cp/www/sph/dist; index index.html; try_files $uri $uri/ /index.html; } location /api { proxy_pass http://39.98.123.211; } nginx 反向代理数据 service nginx start