Skip to content

a .Net Core modular develop framework

Notifications You must be signed in to change notification settings

hellozhang/NetModular

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.Net Core 模块化的前后端分离的快速开发框架

使用方法

1、还原数据库(data\Admin\Mn_Admin_SqlServer.sql)

2、启动服务端

进入src\Module\Admin\WebHost\config,修改数据库配置文件db.Development.json

进入src\Module\Admin\WebHost,启动命令行,使用 dotnet watch run 命令运行

3、启动前端

进入src\Module\Admin\UI\mn-module-admin,执行一下命令

npm i
npm run serve

5、输入账号密码登录

账户:admin
密码:admin

About

a .Net Core modular develop framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 83.7%
  • Vue 12.7%
  • JavaScript 3.6%