Gewaer Settings Component comprises the settings part for the Gewaer Frontend Kanvas application.
This includes:
- User Settings
- Company Settings
- App Settings
- Companies Manager
npm install @gewaer/gw-settings --save
This component is not implemented directly like the others. Instead, routes leading to the components are included as part of the routes for the Frontend Kanvas.
Note: If you haven't read the documentation for the Frontend Kanvas, this part will be strange to you.
const { GwSettingsRoutes } = require(`./import.${process.env.VUE_APP_IMPORTS}`);
// At some point of the router implementation:
router.addRoutes(GwSettingsRoutes);
It is possible this implementation will change in a near future. For now this works.
Gewaer Settings Component is open-sourced software licensed under the MIT license.