https://github.com/arjuntheprogrammer/vscode-extension-with-reactjs
https://github.com/arjuntheprogrammer/vscode-extension-with-reactjs
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/arjuntheprogrammer/vscode-extension-with-reactjs
- Owner: arjuntheprogrammer
- Created: 2022-05-30T05:28:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-30T16:19:02.000Z (almost 4 years ago)
- Last Synced: 2025-01-26T20:29:23.967Z (about 1 year ago)
- Language: TypeScript
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# VSCODE EXTENSION WITH REACT JS PROJECT
Integrating REACT JS with VSCODE Extension to create Web Views
---
## COMMANDS
1. Create the extension project with
- yo code
2. Include in our project all the libraries
- npm install react react-dom
- npm install --save-dev @types/react @types/react-dom
- npm install --save-dev webpack webpack-cli
- npm install --save-dev ts-loader style-loader css-loader npm-run-all
3.
---
## REFERENCES
1.
---