在visual Studio 安装 react插件
程序员文章站
2022-07-14 09:28:03
...
1. 创建本地文件夹,即保存项目的文件夹,在文件夹下打开控制台我这里使用git bash直接在文件夹下右键找到git bash启动即可
2. 在控制台输入 npm install -g create-react-app 使用npm安装 create-react-app
3. 安装完 create-react-app 之后 继续输入 create-react-app my-app 来创建一个项目 my-app 是创建出来的 React 项目,等待一段时间(这里需要下载一些依赖包),即可看到创建完成的整个文件结构 来创建一个项目 my-app 是创建出来的 React 项目,等待一段时间(这里需要下载一些依赖包),即可看到创建完成的整个文件结构
4. 切换控制台目录到项目目录下 运行 npm start 会直接打开默认浏览器预览 http://localhost:3000/ 此时会看到一个react的页面
5,然后你的开发工具中就会显示react整个目录结构
安装 Debugger for Chrome
{
// 使用 IntelliSense 了解相关属性。
// 悬停以查看现有属性的描述。
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
},
{
"type": "chrome",
"request": "attach",
"name": "Attach to Chrome",
"port": 9222,
"webRoot": "${workspaceFolder}"
},
{
"type": "node",
"request": "launch",
"name": "启动程序",
"program": "${file}"
}
]
}
下一篇: jenkins 从 git到k8s
推荐阅读
-
在Android Studio中Parcelable插件的简单使用教程
-
Windows下Visual Studio 2017安装配置方法图文教程
-
VS2017番茄插件visual assist怎么下载安装?
-
吐血推荐珍藏的Visual Studio Code插件(推荐)
-
Visual Studio2019及.NET CORE3.0的安装教程
-
Android Studio常用设置(设置ide主题、安装插件、设置编码区字体、自定义sdk位置)
-
Visual Studio 2019/2017怎么安装 Visual Studio 2019/2017安装使用详细图文教程
-
安装SQL数据库时遇到问题。需要更新以前的visual studio 2010实例
-
在Visual Studio 2019中开启预览功能
-
visual studio 2017企业版本安装(附序列号)