README
wmc-component-render
Web component for core rendering WMC component.
IMPORTANT: Before GIT commit
Whole dest
folder have to in GIT repo, because the main use case for using this package is pulling it from GIT.
So, before git commit is necessary to run npm run build
for update dest
folder!
Install
# replace <TOKEN> with your personal GitLab token
git config url."https://<TOKEN>:<TOKEN>@gitlab.mallgroup.com/".insteadOf https://gitlab.mallgroup.com/
npm install
Build
npm run build
Testing
Run npm run test
or npm run test-*
(replace *
with some of supported value - see in package.json).