Vue +. NET Core is separated from the front and back ends, a different quick opening framework (Vue2/Vue3 versions are available)
Framework Core
- Rapid development (all basic functions are generated by the code generator)
- Supports front-end and back-end custom business code extensions, and provides a large number of commonly used extensions and common classes in the back-end
- The front end and back end provide nearly 300 extended methods and attributes, and developers can write extended custom business code on this function.
- Code generation (Code generator can directly generate business codes at the front and back of master/slave tables, and there are more than 30 attributes that can be configured online)
- Front-end table automatically converts key/value
- The front-end form select/checkbox automatically binds the data source without writing any code
- Supports full-automatic generation of back-end code one-to-one (master-slave table), and supports automatic data source binding and business code extension, without writing any code
- Support one-to-many slave table custom extensions (unlimited slave table types and number of slave tables) , which can be easily implemented using extensions for one-to-many slave tables
- If you can use the frame, you can experience the feeling of not using 996, let alone losing your hair _
Framework scope of application
- Front and rear separation project
- Write various background restful api interfaces. The basic background code is completed by the code generator, and you can continue to write business on the generated code.
- Front-end form development (just get started and watch the demo)
- Cooperate with the app for H5 or full h5 development
- Publish a static (h5) page, and the framework has provided a demo
- Continue to customize and develop code generator functions based on existing code generator functions to solve repetitive work
Framework development dependent environment
- Backend: VS2019,. NET Core3.1, EFCore3.1, JWT, Dapper, Autofac, SqlServer/MySql, Redis(optional, built-in IMemory is used by default)
- Front-end: VsCode, Vue2/vue3 (webpack, node.js, search yourself if you don't have this environment:vue webpack npm), vuex, axios, promise, iview, element-ui
vol 框架视频
NET 视频教程(微软 MVP-ACE 录制)
Start and get started
vue2 version
vue3 version
App/H5 development
Framework mobile (uniapp) has been released, and code generation is also fully automatic



The framework already supports Vue3 version

Framework has added low-code designers


Framework 2.0 has been updated (screenshots of some new features)
Add the function of switching skin


Add reusable background request parameter verification

Add tree menus and code generation pages

Add the function of text editor to directly publish static pages

One-to-one display from the table (it only takes a small amount of code to complete, and everything else is generated by the code generator)

Table merge display (only a few lines of code are needed to complete the page generated by the code generator to realize the expansion)

Upload pictures from pictures (only a few lines of code are needed to complete the page generated by the code generator to implement extensions)

One-to-many slave tables (unlimited number of slave tables) expansion

chart

1. Read-only basic form
All front and back codes of the entire read-only basic form are generated by the code generator. The code generator requires almost no configuration and supports back-end business code extensions. After directly generating the code, you can configure menu permissions

2. Automatically bind the drop-down box data form
All front and back codes of the entire automatic binding drop-down box data form are generated by the code generator and support back-end business code extension. In the code generator, only the data source number needs to be specified. When the page loads, the data source will be automatically loaded and bound according to the number.

3. Enable picture support and review forms
All front and back codes of the entire enabling image support and review form are all generated by the code generator, and support and back-end business code extension. The review function needs to be checked to enable image support in the menu configuration permissions and code generator

4. Advanced query
All front and back codes of the entire form are all generated by the code generator, and support back-end business code extension. Query fields, types (drop-down boxes, dates, TextArea, etc.), rows and columns are completed by the code generator, and no need to write any code.

5. Create and edit master-slave tables
New creation and editing of all front and back codes of the master-slave table are all generated by the code generator, and support back-end business code extension. New creation and editing of slave table configuration, fields, types (drop-down boxes, dates, TextArea, etc.), rows and columns, whether the fields are read-only, the length of the label display, etc. are all completed by the code generator, and no code is required to be written

6. Import excel
The entire page imported into excel is generated by the code generator. Whether the imported fields and fields are required, and the download template is also configured by the code generator (you decide whether to use this method according to your actual needs). When importing, you will verify whether it is null and the validity of the data., and you can logically verify your own implementation of the extension method.

7. H5 development

8. Authorization allocation
Currently, only authority allocation for actions of user roles is implemented

9. Code generator
The code generator provides more than 20 configurable properties, allowing flexible configuration of display, query, edit, import, export, master-slave relationship and otherfunctions. Click to view the code generator documentation

Other functions...
Frame preview
- The framework has a large number of built-in common components that can be used directly, and a built-in code generator customized based on this framework to avoid repetitive code writing as much as possible.
- The framework is not only about rapid development, but also about the writing and code specification of business code extensions.
- If you have any questions or suggestions, send an issue or add QQ: 283591387
- QQ1 group: 45221949
- QQ2 group: 913189178
- vue3 address: www.volcore.xyz
- vue2 address: v2.volcore.xyz
- Account: admin666 Password: 123456 (Local super administrator account: admin password 123456)
- github address: github.com/cq-panda/vue.netcore
- gitee code cloud: gitee.com/x_discoverer/Vue.NET Core
- Framework document: v2.volcore.xyz/document/guide
- Framework update log: v2.volcore.xyz/document/log