Skip to content

ipedis/webcomponents

Repository files navigation

Ipedis web components

Figma

Design System

How to contribute

TODO

install dependencies

first you will need jq

sudo apt-get install jq # linux
brew install jq # MacOS
npm i -g nx
npm i

you can now build lint and test all packages

npm run build
npm run lint
npm run test
npm run e2e

create a new component

Execute the following command to create a new component, it will create component foo in the packages folder

bin/create-component.sh foo

You can now run for this particular component

## Build the component foo
nx build foo
## lint the component foo and fix the issues
nx lint foo --fix
## run .spec.ts test for the component foo
nx test foo
## run .e2e.ts test for the component foo
nx e2e foo
## run the component foo in the browser
nx serve foo

About

set of accessible components for your webapp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •