# imt-vue **Repository Path**: ljq4551/imt-vue ## Basic Information - **Project Name**: imt-vue - **Description**: i茅台自动预约 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2024-03-31 - **Last Updated**: 2024-09-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 使用python实现i茅台自动预约[仅限于学习,不可商用] gitee地址:https://gitee.com/ljq4551/imt-vue.git ## 运行: 直接运行 imtApi.py  ## 打包:切换到imt脚本目录,执行打包命令: ```angular2html pyinstaller --onefile imtApi.py ``` 
这个应用程序可以帮助你进行茅台自动化配置。以下是一些使用说明:
# 前端:
# vite
需要切换到vue目录
安装
```
npm install
```
启动
```
npm run dev
```
打包
```
npm run build
```
打包后,得到前端打包文件dist

获得后端打包文件exe和前端打包文件dist就可以直接部署在服务器上面了,前端可以直接使用nginx部署,后端简单点就执行运行就可以了。