Skip to content

Latest commit

 

History

History
79 lines (52 loc) · 945 Bytes

README.md

File metadata and controls

79 lines (52 loc) · 945 Bytes

Blockquote Web Components


Usage

npm with Node.js version 18.0.0 or higher

In the root directory

npm install

Commands

In a specific component

Serve your WebComponent

npm run start

Test your WebComponent

npm run test
// or
npm run test:watch

Code Style

npm run lint
npm run format
npm run test

Generate documentation

npm run analyze

Commands

Monorepo - root directory

If you want to analyze, format, lint and test ALL your code you can run from the root directory:

npm run analyze
// or
npm run lint
// or
npm run format
// or
npm run test

Changelog

Detailed changes for each version are documented in the CHANGELOG file