Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 966 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (13 loc) · 966 Bytes

Contributing

Development Setup

This project uses pnpm, if you don't have pnpm run npm install --global pnpm.

  1. Install dependencies — pnpm install
  2. Run development watching build - pnpm run watch
  3. Run Extension: VS Code launch task from VS Code debug panel

Development Setup Demo

Reading Code

Start in typescript-plugin-vue, then follow imports and ask questions.

Publishing stable release