Socket
Book a DemoInstallSign in
Socket

@luozhu/create-vscode-webview

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@luozhu/create-vscode-webview

Create vscode extension with webview

latest
Source
npmnpm
Version
0.7.7
Version published
Maintainers
1
Created
Source

@luozhu/create-vscode-webview

创建包含 webview 的 vscode 扩展。

随用随走

$ npx @luozhu/create-vscode-webview <projectName>
# 或者
$ npm init @luozhu/vscode-webview <projectName>
# 或者
$ yarn create @luozhu/vscode-webview <projectName>

全局安装

# 安装
$ npm install @luozhu/create-vscode-webview -g
# 使用
$ create-vscode-webview <projectName>

进阶

初始生成的项目比较基础,如果您想了解 vscode 扩展中的网络编程、国际化、vscode 与 webview 的通信等功能实现,请参考 掘金一下 扩展,它是基于该模板实现的一个专注于管理你的掘金文章的 VS Code 扩展。

推荐工具

相关文档

Keywords

vscode

FAQs

Package last updated on 14 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts