# vscode-create-project **Repository Path**: flowing-haze/vscode-create-project ## Basic Information - **Project Name**: vscode-create-project - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 18 - **Created**: 2022-11-30 - **Last Updated**: 2023-04-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # project-manager - 项目创建编译构建打包 ![1](https://gitee.com/openkylin/vscode-create-project/raw/master/static/files/readme2.png) # 源码构建 ## web 构建 cd ${projectpath}/web yarn yarn run build ### yarn 失败 配置淘宝源 yarn config set registry http://registry.npm.taobao.org/ ### 运行前端调试 yarn run dev ### 插件运行调试 Ctrl+Shift+D调起运行调试页面执行 或F5直接运行调试。 运行界面显示后,点击编辑器右上角“创建项目”图标即可调起创建项目页面。 也可以通过命令行运行:project.createProject 命令调起页面。 ## 插件构建 cd ${projectpath}/ yarn yarn run compile ## 插件打包 yarn run package