Webcomponents for creating Visual Studio Code extensions
npm install @bendera/vscode-webview-elementsFor the end-user documentation, click here.
This project made with LitElement and based on a modified version of the LitElement TypeScript starter.
Install dependencies:
``bash`
npm ci
`bash`
npm run build
Start TypeScript compiler in development mode and start the @web-dev-server
`bash`
npm run start
`bash`
npm run docs
`bash`
npm run docs:start
`bash
npm run build:watch
$3
`bash
npm run test
``