# vue-flask-deploy-demo-backend **Repository Path**: smslit/vue-flask-deploy-demo-backend ## Basic Information - **Project Name**: vue-flask-deploy-demo-backend - **Description**: nginx 实现 vue + flask 分离部署后端 demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-11-25 - **Last Updated**: 2023-02-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-flask-deploy-demo-backend ## 虚拟环境 ```shell pipenv install --skip-lock ``` ## 启动服务 ```shell gunicorn -b 127.0.0.1:10086 main:app ```