@vscode-elements/elements
v1.8.0
Published
Webcomponents for creating Visual Studio Code extensions
Downloads
4,502
Maintainers
Readme
VSCode Elements
For the end-user documentation, click here.
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