# AIET改 **Repository Path**: flying-bud/aiet-modification ## Basic Information - **Project Name**: AIET改 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-30 - **Last Updated**: 2024-11-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 部署开发环境和测试环境 ``` docker build -t wechat-client:1.0 . docker rm -f wechat-client; docker run --restart=always -d --name wechat-client -p 29006:29006 wechat-client:1.0;docker image prune -f ``` # ai_service ## 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/).