Ember addon that provides components for Flanders themed applications.
npm install --save-dev @appuniversum/ember-appuniversum
This ember addon wraps a CSS framework for Flanders government applications called Appuniversum. It provides components that helps being compliant with this framework in Ember apps.
To get started using this addon in your Ember.js app, follow the Getting started guide.
See the Contributing guide for details.
npm run ember
npm run storybook
(make sure the npm run ember
command is finished)npm run icons
We use the "template tag" (.gjs/.gts) format for component authoring which has been described in detail in the RFC. A summarized version can be found in the ember-template-imports library which also has some information about how to setup your dev environment for a better experience.
We're also converting the code to TypeScript and Glint.
/tests
route allows you to run the tests in your browser.npx ember try:one scenario-name
. --skip-cleanup
can be used to debug the scenario from the /tests
routenpm link
npm link @appuniversum/ember-appuniversum
yalc is a good alternative if the npm link setup doesn't work as expected.
Make sure all the merged PRs have the correct label, so they show up in the changelog
Release to npm: GITHUB_AUTH=your-token npm run release
and follow the prompts
This project is licensed under the MIT License.