# NetModular.Module.CodeGenerator **Repository Path**: NH_LSJ/NetModular.Module.CodeGenerator ## Basic Information - **Project Name**: NetModular.Module.CodeGenerator - **Description**: NetModular代码生成器业务模块 - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 8 - **Created**: 2020-09-28 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # NetModular 代码生成器模块 该仓储是基于[NetModular](https://github.com/iamoldli/NetModular)框架开发的代码生成器模块。 # 启动方式 进入 UI 目录,执行以下命令 ``` npm install #安装包 npm run build #打包 ``` 在 VS 中启动 WebHost 或者进入 WebHost 目录执行以下命令 ``` dotnet watch run ``` 打开 [http://localhost:6222](http://localhost:6222),输入账户密码 admin/admin