全稱:aspnetboilerplate。
官網:https://aspnetboilerplate.com/
由美國人發起的開源項目。
web應用框架html
微服務框架,能夠使用 net core版本,也可以使用net framework兩種框架前端
最後點擊建立項目vue
https://aspnetboilerplate.com/Pages/Documents/Zero/Startup-Template-Angulargit
https://github.com/aspnetboilerplate/module-zero-core-template/tree/master/vuegithub
帳號是admin密碼是123qweweb
第一代源碼分析
http://www.javashuo.com/article/p-muqkpgnl-eq.html數據庫
https://blog.abp.io/abp/Abp-vNext-Announcement
第二代有中文文檔 cli方式建立
https://docs.abp.io/zh-Hans/abp/latest/CLInpm
第二代源碼分析
http://www.javashuo.com/article/p-eujtvjzw-cb.html服務器
http://blog.tubumu.com/tags/Abp/框架
https://github.com/maliming/Abp.GeneralTree
ABP:開源(https://github.com/aspnetboilerplate/aspnetboilerplate)
module-zero:開源(https://github.com/aspnetboilerplate/module-zero)現已棄用
ASP.NET ZERO:收費(https://www.aspnetzero.com/#pricing)
yarn包安裝,軟件包1.22.0版本詳見服務器。
yarn版本號查看 yarn -version
這裏基於VUE項目運行。
yarn install
執行
yarn serve --open
參照此篇博文
https://blog.csdn.net/wyb926/article/details/89224043
官方推薦:
看到第二篇
https://www.cnblogs.com/farb/p/ABPTheory.html
看到第二篇
http://www.javashuo.com/article/p-znxgqtok-ga.html
https://github.com/ABPFrameWorkGroup/AbpDocument2Chinese
ABP中完成的:
登陸頁面、用戶/角色管理、權限驗證、數據有效性驗證、多語言/本地化、多租戶管理等等。
身份驗證與受權管理(經過ASP.NET Identity實現的)
審計日誌(自動記錄每一次接口的調用者和參數)
分層體系結構、領域驅動設計、依賴注入等。
咱們也可能會採用ORM、數據庫遷移(Database Migrations)、日誌記錄(Logging)等工具。
Add-Migration first_init
Update-Database
依賴包安裝 yarn install
跑程序 npm start
因我此次項目使用VUE,angular只是跑成功了,因此再也不這裏詳細展開。