AaronLucas / WTM

WTM框架是针对中小规模后台管理系统的开发利器。基于DotNetCore,实现0编码创建项目,0编码生成业务模块。框架严格遵循MVVM的开发模式,并深得MVVM的精髓。对于新手,可以快速上手搭建项目;对于高手,可以把那些繁琐重复的工作交给框架生成,专心攻克需求难点。框架经过数十个真实项目检测,可以极大提高开发效率,降低开发成本。

Home Page:https://wtmdoc.walkingtec.cn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

English | 简体中文

WalkingTec.Mvvm for asp.net core

Walkingtec.mvvm framework (WTM) is a rapid development framework based on .net core. It supports LayUI, React, VUE. WTM has built-in code generator to maximize development efficiency. It is a powerful tool for efficient web development.

Coverage Status Member project of .NET Core Community Gitter GitHub license FOSSA Status

CI Build Status

Platform Build Server SDK Master Status Develop Status
Azure Pipelines Windows/Linux/OSX v2.2.300 Build Status Build Status
Azure Pipelines Windows/Linux/OSX v3.1.101 Build Status Build Status
AppVeyor Windows/Linux v2.2.300 - -
Travis Linux/OSX v2.2.300 - -

Nuget Packages

Package name Version Downloads
WalkingTec.Mvvm.Core NuGet downloads
WalkingTec.Mvvm.Mvc NuGet downloads
WalkingTec.Mvvm.Mvc.Admin NuGet downloads
WalkingTec.Mvvm.TagHelpers.LayUI NuGet downloads

WTM Features

WTM provides 4 types of ViewModel, covering all of the common functionalities of mainstream web applications.

  • CrudVM provides most common functionalities for data addition, deletion and modification.

  • ListVM provides paging and exporting functionality.

  • ImportVM & TemplateVM provides importing via excel functionality.

  • BatchVM provides batch operation functionality.

  • WTM has its own code generator, which makes development efficient and fast.

  • WTM provides dozens of client-side controls, including Form, Grid, Panel, Dialog and quite alot of other common controls.

  • WTM provides built-in user, role, user group, Data permission, page permission, menu, log, mail, SMS, file and other common back-end functionalities;

  • WTM supports single sign on, portal and distributed database;

  • WTM provides simplified integration with libraries such as Redis, DFS etc.

  • WTM provides both server-side and client-side frameworks for building user interfaces.

Mode UI Status
Server-side LayUI Stable
Client-side React Stable
Client-side VUE RTM

Under WTM framework's client-side mode, you can also use code generator to generate server-side and client-side code at the same time, greatly reducing the communication cost of front-end and back-end developers, essentially improving the development efficiency, so that "separation" is no longer complex and expensive.

Framework document address: http://wtmdoc.walkingtec.cn

Framework Q&A community: https://community.walkingtec.cn

Frame QQ communication group: 694148336

Click here to generate a WTM project online and experience the beauty of WTM immediately~~~

At present, we are a team of 7 developers. We are looking for all kinds of C#, React, VUE experts to join us!

If WTM hepls you:

About

WTM框架是针对中小规模后台管理系统的开发利器。基于DotNetCore,实现0编码创建项目,0编码生成业务模块。框架严格遵循MVVM的开发模式,并深得MVVM的精髓。对于新手,可以快速上手搭建项目;对于高手,可以把那些繁琐重复的工作交给框架生成,专心攻克需求难点。框架经过数十个真实项目检测,可以极大提高开发效率,降低开发成本。

https://wtmdoc.walkingtec.cn

License:MIT License


Languages

Language:C# 95.0%Language:HTML 2.6%Language:JavaScript 2.0%Language:Shell 0.3%Language:Dockerfile 0.1%