# buildAutomatically **Repository Path**: yuan-longcheng/build-automatically ## Basic Information - **Project Name**: buildAutomatically - **Description**: 一些构建命令的集成脚本。 - **Primary Language**: Python - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-10-12 - **Last Updated**: 2023-11-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: Python ## README 运行index.py即可。 setup.py可以将脚本打包成exe文件。 现有功能: 1.自动构建vue3项目(vite+ts),并安装axios,vue-router,pinia等插件,配置vue3的一些设置,基本实现开箱即用。 2.自动构建vue2项目并安装依赖。 3.自动构建react项目 4.输入需要安装的第三方python包,自动使用清华镜像安装。 5.开发中。。。