README
Catalyst form components
Thos project contains the components to be used by the form builder to render the form.
Prerequisites
Project setup
Install dependencies
npm install
Compiles and hot-reloads for development
npm run serve
Tasks
Compiles and minifies for production
npm run build
Compiles library for production
npm run build-bundle
Compiles web components for production
npm run build-wc
Runs your tests
npm run test
Lints and fixes files
npm run lint
Run your end-to-end tests
npm run test:e2e
Run your unit tests
npm run test:unit