mirror of
https://github.com/anjoy8/Blog.Core.git
synced 2025-02-08 02:39:26 +08:00
Created Getting Started with blogcore (markdown)
parent
9323265e2a
commit
3b605e280e
52
Getting-Started-with-blogcore.md
Normal file
52
Getting-Started-with-blogcore.md
Normal file
|
@ -0,0 +1,52 @@
|
|||
这是一个基于 netcore 2.x 的 webapi 项目,配合搭建前后端分离工程。
|
||||
|
||||
**************************************************************
|
||||
系统环境
|
||||
|
||||
windows 10、SQL server 2012、Visual Studio 2017、Windows Server 2008 R2
|
||||
|
||||
后端技术:
|
||||
|
||||
* .Net Core 2.0 API(因为想单纯搭建前后端分离,因此就选用的API,如果想了解.Net Core MVC,也可以交流)
|
||||
|
||||
* Swagger 前后端文档说明,基于RESTful风格编写接口
|
||||
|
||||
* Repository + Service 仓储模式编程
|
||||
|
||||
* Async和Await 异步编程
|
||||
|
||||
* Cors 简单的跨域解决方案
|
||||
|
||||
* AOP基于切面编程技术
|
||||
|
||||
* Autofac 轻量级IoC和DI依赖注入
|
||||
|
||||
* Vue 本地代理跨域方案,Nginx跨域代理
|
||||
|
||||
* JWT权限验证
|
||||
|
||||
|
||||
|
||||
数据库技术
|
||||
|
||||
* SqlSugar 轻量级ORM框架,CodeFirst
|
||||
|
||||
* T4 模板生成
|
||||
|
||||
* AutoMapper 自动对象映射
|
||||
|
||||
|
||||
|
||||
分布式缓存技术
|
||||
|
||||
* Redis 轻量级分布式缓存
|
||||
|
||||
|
||||
|
||||
前端技术
|
||||
|
||||
* Vue 2.0 框架全家桶 Vue2 + VueRouter2 + Webpack + Axios + vue-cli + vuex
|
||||
|
||||
* ElementUI 基于Vue 2.0的组件库
|
||||
|
||||
* Nuxt.js服务端渲染SSR
|
Loading…
Reference in New Issue
Block a user