GitHub - MaxKless/elements: Web component library for developing Visual Studio Code extensions

Skip to content

Navigation Menu

Sign in

Appearance settings

VSCode Elements

For the end-user documentation, click here.

Setup

Install dependencies:

The main NPM tasks

Production build

Start development mode

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

Generate the documentation site

Start the documentation site development server

Testing

npm run build:watch

# in another terminal instance:
npm run test:watch

Run tests

Languages

  • HTML 66.1%
  • TypeScript 33.3%
  • JavaScript 0.6%