Ember addon wrapping the appuniversum components.
- Ember.js v3.28 or above
- Ember CLI v3.28 or above
- Node.js v14 or above
ember install @appuniversum/ember-appuniversum
This ember addon wraps a CSS framework for Flanders government applications called appuniversum. It provides components that helps being complient with this framework in Ember apps.
See the Contributing guide for details.
Local development:
- Build the CSS and run storybook:
npm start
- Run the documentation site:
npm run storybook
- Generate the icons:
npm run icons
Testing:
- PR previews and testing is available on Chromatic
Releases:
- Release to npm:
npm run release
Link to an ember project:
- In the addon:
npm link
- In the your project:
npm link @appuniversum/ember-appuniversum
This project is licensed under the MIT License.