Coder Social home page Coder Social logo

a280238558 / abplus-zero-template Goto Github PK

View Code? Open in Web Editor NEW

This project forked from personball/abplus-zero-template

0.0 1.0 0.0 4.55 MB

A Startup Project Template

License: MIT License

HTML 4.56% TypeScript 41.56% JavaScript 4.40% Batchfile 0.01% CSS 1.84% C# 37.77% Dockerfile 0.01% PowerShell 0.36% Vue 9.50%

abplus-zero-template's Introduction

abplus-zero-template

A Startup Project Template

使用方式

abplus init Abplus.ZeroDemo -T personball/abplus-zero-template -t vue

abplus命令说明

说明

基于4.3.0版aspnetboilerplate/module-zero-core-template的项目模板修改而来,主要有以下变更:

  1. 升级asp.net core 到2.2版
  2. 升级ef core 到2.2版
  3. 集成NLog替换log4net
  4. 实现业务异常和错误码以及错误提示本地化机制,详情参考
  5. 配置swagger ui使用程序集xml以便在线api文档显示注释
  6. swagger endpoint改为相对路径
  7. 添加一个MemberUser对象继承于User,并为之配置TPH关系
  8. 升级ef core 2.2后,在EntityFrameworkCore程序集下新增AbpProjectNameEntityTypeConfiguration<T>基类,并启用自动发现并应用继承该基类的实体配置类
  9. 默认连接字符串改为使用本地localdb

vue说明

vue项目启动说明

angular说明

基于ng-alain前端框架,集成abp。完整保留ng-alain的开发体验。

ng-alain 脚手架及自定义页面模板增强

ng-alain基于angular脚手架机制扩展了一套脚手架方便简单需求CRUD的快速开发,同时开放了自定义模板机制,自定义模板放置于'_cli-tpl'目录下, 通过命令ng g ng-alain:tpl templateName ...进行调用。

本项目模板基于ng-alain的自定义模板,通过delon issue409的_fix.js扩展点,通过解析后端(aspnet-core目录中的api Host项目)接口的Swagger.json类型信息定义,实现根据后端ABP项目接口定义生成相应的列表页(abp-list),创建Modal(abp-create),编辑Modal(abp-edit)。以避免手动从零开始编写SFSchema和STColumns的定义。

如图示例:

cli-sample

ng-alain使用说明

参考

MIT

abplus-zero-template's People

Contributors

personball avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.