文件名称:create-react-app-minimal:使用我首选的src样板创建-react-app
文件大小:4KB
文件格式:ZIP
更新时间:2024-05-28 17:03:53
JavaScript
创建React App最小设置 cra-minimal运行create-react-app ,然后用我喜欢的最小样板替换src/文件夹的内容。 在下面的“关于此程序”部分中了解更多信息。 用法 安装create-react-app : npm install -g create-react-app 安装cra-minimal : npm install -g https://github.com/ericandrewlewis/create-react-app-minimal 使用cra-minimal就像使用create-react-app创建项目一样: cra-minimal my-new-react-project 如果您不喜欢,请卸载: npm uninstall -g cra-minimal 关于这个程序 一世 :green_heart: create-react-app,但我并不总是想要
【文件预览】:
create-react-app-minimal-master
----.gitignore(13B)
----package.json(349B)
----package-lock.json(1KB)
----index.js(1KB)
----README.md(1KB)
----minimalSrcContent()
--------App()
--------index.js(146B)