react-ant-boilerplate:CRA入门套件

时间:2021-04-11 16:05:34
【文件属性】:
文件名称:react-ant-boilerplate:CRA入门套件
文件大小:218KB
文件格式:ZIP
更新时间:2021-04-11 16:05:34
JavaScript :atom_symbol: 创建React Ant设计样板 + + 需要更改REACT_APP_BASE_URL 。 这是一个示例服务器。 入门 > git clone https://github.com/PW486/react-antd-boilerplate.git > npm install > npm start 设置环境 > cp .env.example .env > vi .env 建造 > npm run build 发展 删除在远程服务器上删除的本地分支> git fetch -p && for branch in ` git branch -vv --no-color | grep ' : gone] ' | awk ' {print $1} ' ` ; do git branch -D $branch ; done 保留短绒和格式化程序规则 检查未使用的,过时的依赖状态: d
【文件预览】:
react-ant-boilerplate-master
----.gitignore(245B)
----.env.example(20B)
----package.json(2KB)
----.stylelintrc(159B)
----jsconfig.json(52B)
----package-lock.json(740KB)
----src()
--------global.selectors.js(648B)
--------components()
--------global.reducer.js(694B)
--------index.js(740B)
--------App.js(1KB)
--------utils()
--------containers()
--------routes()
----.nvmrc(12B)
----LICENSE(1KB)
----public()
--------index.html(2KB)
--------favicon.ico(4KB)
--------manifest.json(325B)
----.eslintrc.js(2KB)
----README.md(4KB)
----.vscode()
--------settings.json(153B)
----config-overrides.js(318B)
----.editorconfig(217B)
----.prettierrc(90B)

网友评论