文件名称:address-book-app
文件大小:385KB
文件格式:ZIP
更新时间:2024-03-28 12:07:26
JavaScript
地址簿应用 这个项目是由webpack + babel + tailwindcss + jest + eslint +更漂亮的 注意:要运行此项目, yarn install运行yarn install然后再进行yarn start 可用脚本 在项目目录中,可以运行: yarn start 在开发模式下运行应用程序。 打开在浏览器中查看它。 如果您进行编辑,则页面将重新加载。 您还将在控制台中看到任何棉绒错误。 yarn test 在交互式监视模式下启动测试运行器。 有关更多信息,请参见关于的部分。 yarn build 构建生产到应用程序build文件夹。 它在生产模式下正确捆绑了React,并优化了构建以获得最佳性能。 生成被最小化,并且文件名包括哈希值。 您的应用已准备好进行部署! 有关更多信息,请参见关于的部分。 yarn lint 显示皮棉错误 yarn lint-
【文件预览】:
address-book-app-main
----.babelrc(386B)
----config()
--------webpack.prod.js(1KB)
--------webpack.common.js(3KB)
--------webpack.dev.js(1KB)
--------paths.js(284B)
----package.json(3KB)
----.env.production(38B)
----yarn-error.log(447KB)
----.prettierrc(122B)
----.prettierignore(40B)
----.env.development(38B)
----src()
--------navigation()
--------index.js(260B)
--------constants()
--------assets()
--------pages()
--------index.scss(59B)
--------components()
--------App.js(423B)
--------services()
--------utils()
--------__test__()
--------store()
--------__mock__()
----.eslintrc.js(1KB)
----.gitignore(26B)
----public()
--------index.html(264B)
----README.md(1KB)
----yarn.lock(426KB)
----postcss.config.js(127B)