redux-06:Redux入门,视频-06

时间:2021-04-29 14:37:58
【文件属性】:
文件名称:redux-06:Redux入门,视频-06
文件大小:3KB
文件格式:ZIP
更新时间:2021-04-29 14:37:58
JavaScript Redux入门 生成项目的命令(忽略是否要处理克隆的存储库) # This command installs [Parcel Web App Bundeler](https://parceljs.org/) globally, # so this command is to be executed once not each time you create a project $ npm install -g parcel-bundler # create the project directory $ mkdir redux-06 $ cd redux-06 # Initialize a project $ yarn init -y # Add redux dependency $ yarn add redux # To start Parcel serving the index
【文件预览】:
redux-06-master
----.gitignore(1KB)
----README.md(889B)
----package.json(136B)
----src()
--------index.js(1KB)
----index.html(209B)
----yarn.lock(848B)

网友评论