# frontend_liangang_mes2.0 **Repository Path**: yinginx/frontend_liangang_mes2.0 ## Basic Information - **Project Name**: frontend_liangang_mes2.0 - **Description**: 项目前端代码项目前端代码 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-04 - **Last Updated**: 2024-09-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mes ## 项目配置 ``` node版本:V12.16.1 使用淘宝镜像 cnpm: 7.11.1 // 最好使用这个版本,别的版本都报错 ``` ### 安装依赖 ``` cnpm install ``` ### 启动 ``` npm run start:tong ``` ### 打包 ``` npm run build:tong ``` ### 部署 ``` 把打包出来的目录直接放入nginx的html目录下面; location /mes { proxy_buffer_size 128k; proxy_buffers 32 32k; proxy_busy_buffers_size 128k; uwsgi_send_timeout 600; uwsgi_connect_timeout 600; uwsgi_read_timeout 600; root html; index index.html index.htm; try_files $uri $uri/ /index.html; } ``` ### Run your tests ``` npm run test ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).