.NET development framework (b) - Function Description Framework

 PC version of the demo video, please click here

This framework is responsive SPA framework that supports adaptive screen PC and mobile phone terminals. View the video showing the effect of mobile phones at the end of the article.

 

Framework entrance Address: http: //letyouknow.net/

1, frame the login screen, enter the account number and password, click Login Now

 

2, the main interface framework, left - right structure, accordion menu to the left (left menu to shrink and expand by triple-clicking the icon), the right content to display

 

3, application management, so-called application management, is necessary to add access control refers to all services, including ASP.NET CORE WEBAPI. When we have N backend API project, sometimes we need to control very fine granularity of permissions to, for example, want to control the dynamic control to a specific method, we need to control it. (Of course, if you only need for a whole project to make a granularity control authority, then used directly or IdentityServer JWT has been foot custom authentication)

 

4, the basic management of the dictionary, each application may use some dictionary data, double-click a row content can quickly show details

 

5, menu management, menu management of each application, the button corresponding thereto

 

6, the button management, configure each application corresponding to the menu button

 

7, sector management

 

8, contraction and expansion of the left menu

 

9, the role of management, which includes configuration data resource rights and permissions menu, as well as rights configurable buttons

 

10, user management, including the allocation of roles assigned to the shuttle block manner, through the left and right

 

11, distribution and menu buttons on the role of authority

 

12, the management of personal data, can upload an avatar, change your password. Upload an avatar using VUE Upload upload component

VUE Upload upload component that supports drag and drop, stretching to adjust the picture, see the upload progress

 

 

13, placed in the lower left corner of commonly used function buttons, full screen, lock screen temporarily exit the system

 

 

14, double click on a row, quickly showing details of the content

 

15, this framework for responsive design to adapt to a variety of cell phone screen display. Support screen adaptation of the PC and the mobile phone side, while the design for the SPA mode, you can quickly generate combined AppCloud of APP Android or IOS.

 

Guess you like

Origin www.cnblogs.com/letyouknowdotnet/p/11117910.html