Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/balmacefa/kanban_md_vscode_extension
https://github.com/balmacefa/kanban_md_vscode_extension
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/balmacefa/kanban_md_vscode_extension
- Owner: balmacefa
- License: mit
- Created: 2020-12-20T04:57:49.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-07T20:24:36.000Z (about 4 years ago)
- Last Synced: 2024-11-06T15:54:01.796Z (2 months ago)
- Language: JavaScript
- Size: 83.4 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# vscode-extension-webview-template
This is a `vscode` `webview` extension template. It contains `vscode` and `webview` two-way communication API, quick and easy to build vscode web extension.
## Main Files
- `vscode`
- `vscode.webview.js`
- `vscode.message.js`
- `vscode.bridge.js`
- `vscode.utils.js`
- `web`
- `web.data.js`
- `web.index.js`
- `web.message.js`
- `web.page.js`
- `web.vscode.js`## Scripts
- `npm run build`: build `web` and extension.
- `npm run buildext`: build extension, be equal to `vsce package`.
- `npm run buildweb`: build `web`, be equal to `npm run build` in `web` folder.
- `npm run startweb`: start `web`, be equal to `npm run dev` in `web` folder.## Example
[`WebView Example`](https://marketplace.visualstudio.com/items?itemName=leocll.vscode-extension-webview-template) in marketplace of vscode.
- `example.webview`: `Example: WebView`
- `example.helloWorld`: `Example: Hello World`