Vue implementation of the front-end part of abp account, identity, and tenant modules
Online preview (I deployed it on Raspberry Pi, so it may not be accessible or may be slow.)
This project is the back-end interface project of abp-vue, created using abp cli, so it integrates official id4, identity, tenant-management and other modules by default.
abp-vue is separated from the front and back ends. The front end uses Vue to implement dynamic routing and page permission control through the menu module.
abp several basic modules/as well as the vue implementation of the front-end part of the menu module above.
In order to quickly develop vue programs, we developed a program that read OpenApi documents and automatically generated some basic project codes to reduce the workload.
The basic idea and source code of this project come from abphhelper.cli. I would like to express my gratitude.