npm i open-scd<script type="module">
import 'open-scd/open-scd.js';
</script>
<open-scd></open-scd>To scan the project for linting and formatting errors, run
npm run lintTo automatically fix linting and formatting errors, run
npm run formatWe use ESLint and Prettier for linting and formatting. Plugins for automatic formatting and linting during editing are available for vim, emacs, VSCode, and all popular IDEs.
To execute a single test run:
npm testTo run the tests in interactive watch mode run:
npm run test:watchFor most of the tools, the configuration is in the package.json to reduce the
amount of files in the project.
npm startTo run a local development server that serves the basic demo located in demo/index.html
This webcomponent follows the open-wc recommendation.
This project is licensed under the Apache License 2.0.
© 2022 OMICRON electronics GmbH