@catalyst-devs/catalyst-components
v0.0.49
Published
Thos project contains the components to be used by the form builder to render the form.
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 installCompiles and hot-reloads for development
npm run serveTasks
Compiles and minifies for production
npm run buildCompiles library for production
npm run build-bundleCompiles web components for production
npm run build-wcRuns your tests
npm run testLints and fixes files
npm run lintRun your end-to-end tests
npm run test:e2eRun your unit tests
npm run test:unit