Skip to content

LinLzis/vscode-extension-react-starter

Repository files navigation

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

About

VSCode extension template of webview using React(CRA)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published