react-website-boilerplate:我的个人React样板,具有热重载,SASS支持和标准代码样式

时间:2024-03-04 05:06:37
【文件属性】:

文件名称:react-website-boilerplate:我的个人React样板,具有热重载,SASS支持和标准代码样式

文件大小:210KB

文件格式:ZIP

更新时间:2024-03-04 05:06:37

JavaScript

React网站样板 这是我的个人React样板,具有热重装,SASS支持和标准代码样式。 该存储库是生成的代码的派生版本。 有什么不同? 该项目具有基于类的React代码结构,并使用Standard代码样式,这与功能代码结构和Airbnb样式相反。 这是个人喜好问题,但我希望保持一致。 安装及使用 要使用此功能,只需将存储库克隆到一个文件夹并开始编辑。 脚本: npm start :在localhost:8000上启动开发Web服务器。 npm test :运行ESLint样式检查。 npm run build :创建生产版本。 结构 | ├── src/ │ ├── assets/ - Images, SCSS and the lot │ ├── App.jsx - Application main │ ├── index.html - HTML entry point


【文件预览】:
react-website-boilerplate-master
----.eslintrc(468B)
----.stylelintrc(382B)
----webpack.config.js(3KB)
----src()
--------index.html(1KB)
--------layouts()
--------assets()
--------App.jsx(812B)
--------index.jsx(424B)
----.babelrc(347B)
----.circleci()
--------config.yml(569B)
----LICENSE(1KB)
----README.md(1KB)
----.gitignore(88B)
----.eslintignore(33B)
----package-lock.json(663KB)
----package.json(3KB)

网友评论