This monorepo provides npm packages that can be used with the API Component Bundle
Usage can be seen in the Components Web App project
Packages include the precompiled @cwamodules/server
package for use with an express server and that also provides functions to be used in the @cwamodules/core
package. The core package deals with interactions between the front-end and API.
The @cwamodules/components
package provides common components and mixins which can be used across any CSS framework.
Finally, @cwamodules/bulma
package provides components and styling specific to Bulma and the preconfigured entities available in the API Component Bundle
You can configure which components should be used for which entities from the back-end. More documentation to follow. This will be done in your main NuxtJS application configuration.