Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/silverbackis/cwamodules
https://github.com/silverbackis/cwamodules
Last synced: about 12 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/silverbackis/cwamodules
- Owner: silverbackis
- Created: 2018-04-27T22:08:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-10T06:25:57.000Z (about 2 months ago)
- Last Synced: 2024-12-10T07:31:31.572Z (about 2 months ago)
- Language: Vue
- Size: 1.89 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 38
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Components Web App Nuxt Modules
This monorepo provides npm packages that can be used with the [API Component Bundle](https://github.com/silverbackis/ApiComponentBundle)
Usage can be seen in the [Components Web App](https://github.com/silverbackis/ComponentsWebApp) 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](https://github.com/silverbackis/ApiComponentBundle)
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.