JSPM

  • Created
  • Published
  • Downloads 106
  • Score
    100M100P100Q80748F
  • License MIT

Webcomponents for creating Visual Studio Code extensions

Package Exports

  • @bendera/vscode-webview-elements

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@bendera/vscode-webview-elements) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

VSCode Webview Elements

For the end-user documentation, click here. This project made with LitElement and based on a modified version of the LitElement TypeScript starter.

Setup

Install dependencies:

npm ci

The main NPM tasks

Production build

npm run build

Start development mode

Start TypeScript compiler in development mode and start the @web-dev-server

npm run start

Generate the documentation site

npm run docs

Start the documentation site development server

npm run docs:start

Testing

npm run build:watch

# in another terminal instance:
npm run test:watch

Run tests

npm run test