An open API service indexing awesome lists of open source software.

https://github.com/arjuntheprogrammer/vscode-extension-with-reactjs


https://github.com/arjuntheprogrammer/vscode-extension-with-reactjs

Last synced: about 1 year ago
JSON representation

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.

---