Node.js latest LTS version must be installed. Download here!
Using npm is recommended.
- Running
npm install
in the component's root directory will install everything you need for development.
npm run dev
will run a development server with the component's demo app at http://localhost:5173 with hot module reloading.
-
npm run test
will run the tests once. -
npm run test:watch
will run the tests on every change. -
npm run test:coverage
will run the tests once and produce a coverage report in/coverage
.
-
npm run build
will build the component for installation using npm. -
npm run build:demo
will build the demo app. -
npm run clean
will delete built resources.