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