This is template editor plugin for open-scd-core, the new core editor engine for OpenSCD. You can use this plugin to start developing your own editor plugin based on LitElement and TypeScript.
npm start
To run a local development server that serves the basic demo located in demo/index.html
To scan the project for linting and formatting errors, run
npm run lint
To automatically fix linting and formatting errors, run
npm run format
To execute a single test run:
npm run test
To run the tests in interactive watch mode run:
npm run test:watch
© Jakob Vogelsang