Git Product home page Git Product logo

abp's Introduction

ABP 框架

Build Status

这个项目是下一代的 ASP.NET Boilerplate Web应用程序框架. ABP框架介绍(英文)ABP框架介绍(中文).

开发状态

这个项目处于 早期预览 阶段, 并不建议在实际项目中使用它.

文档

查看ABP框架 文档.

如何编译

  • 运行 build-all.ps1. 它将构建此存储库中的所有解决方案.

开发环境

预先要求

  • Visual Studio 2017 15.7.0+

框架

框架解决方案位于framework文件夹下. 它没有外部依赖. 只需通过Visual Studio打开Volo.Abp.sln就可以开始开发.

模块/模板

模块模板 有自己的解决方案,并有本地依赖框架. 不幸的是Visual Studio在本地引用解决方案之外的项目存在一些问题. 解决方法是按照以下步骤开始开发模块模板:

  • 在Visual Studio选项中禁用"Automatically check for missing packages during build in Visual Studio".

disable-package-restore-visual-studio

  • 当您要打开解决方案时, 请首先在解决方案的根文件夹中运行dotnet restore.
  • 当您更改项目的依赖项时(或项目中的任何依赖项更改其依赖项), 请再次运行dotnet restore.

贡献

ABP是一个开源平台.

  • 如果您发现了错误或者您有新的功能/改进想法.请打开一个issue.
  • 如果要参与开发,请在开发之前创建一个问题,以便我们进行讨论.然后再创建PR.
  • 文档进行翻译.

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.