这是基于vue-vben-admin 模板适用于abp vNext的前端管理项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
yx lin 7eebffd5b8
Merge pull request #937 from colinin/fix-migrations
2 years ago
..
00.auto-config-docker.cmd 通知本地化及部分功能本地化异常处理 2 years ago
01.create database.cmd fix(migrations): 修复初始化迁移数据不全的问题. 2 years ago
02.migrate-db.cmd fix(migrations): 修复初始化迁移数据不全的问题. 2 years ago
10.start-ids.bat 修改聚合云推NewtownJson为SystemTextJson,与其它项目统一 2 years ago
11.start-ids-admin.bat 修改聚合云推NewtownJson为SystemTextJson,与其它项目统一 2 years ago
12.start-localization.bat 修改聚合云推NewtownJson为SystemTextJson,与其它项目统一 2 years ago
13.start-platform.bat 修改聚合云推NewtownJson为SystemTextJson,与其它项目统一 2 years ago
14.start-messages.bat 修改聚合云推NewtownJson为SystemTextJson,与其它项目统一 2 years ago
15.start-task-management.bat 修改聚合云推NewtownJson为SystemTextJson,与其它项目统一 2 years ago
16.start-webhooks-management.bat 修改聚合云推NewtownJson为SystemTextJson,与其它项目统一 2 years ago
17.start-workflow-management.bat 修改聚合云推NewtownJson为SystemTextJson,与其它项目统一 2 years ago
18.start-admin.bat 修改聚合云推NewtownJson为SystemTextJson,与其它项目统一 2 years ago
70.start-internal-gateway.bat 修改网关配置,将文件分离以便修改,文件允许注释,并监视文件修改,自动生成ocelot.json,自动加载新配置 2 years ago
80.start-host.cmd 通知本地化及部分功能本地化异常处理 2 years ago
91.install-node-module.cmd 通知本地化及部分功能本地化异常处理 2 years ago
99.start-ui.cmd 通知本地化及部分功能本地化异常处理 2 years ago
readme.md Update readme.md in starter 2 years ago

readme.md

快速启动后端项目:

  1. 使用 00.auto-config-docker.cmd 自动配置docker环境
  2. 使用 01.migrate-db.cmd 迁移数据库
  3. 使用 80.start-host.cmd 启动后端项目

注:请按自己电脑运行速度调整 80.start-host.cmd 文件中的 stime 参数。

快速启动前端项目:

  1. 使用 91.install-node-module.cmd 安装npm依赖
  2. 使用 99.start-all.cmd 启动项目