Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.67 KB

README.md

File metadata and controls

50 lines (35 loc) · 1.67 KB

VSCode Extension React Starter

VSCode Extension React TypeScript Webpack 5

VSCode extension template of webview using React(CRA) 🚀

Feature

Multiple webivew entry

If your extension have multiple webview provider, need to build multiple js&css, so that provid the multi-entry branch to handle this case.

This branch modifies the build configuration of CRA through the eject command.

git checkout -b multi-entry origin/multi-entry

Start

# 0. Clone project
git clone https://github.com/LinLzis/vscode-extension-react-starter.git

# 1. Install dependencies
yarn

# 2. build webview
yarn build-webview

# 3. Extension package
npx vsce package

License

MIT @AvrilLi