文件名称:图表演示:演示线,条形图
文件大小:212KB
文件格式:ZIP
更新时间:2024-03-23 10:54:26
JavaScript
Create React App入门 该项目使用 + Eslint + stylelint + Prettier启动 克隆该项目之前:(下载专案前请看!) Windows的电脑,请在终端机先进行以下操作 git config --global core.autocrlf false 原因: Windows下和linux下的文本文件的换行符额外。 Windows:cr + lf linux:lf 包含的内容有 helper.js 可用脚本 在项目目录中,可以运行: npm start 在开发模式下运行应用程序。 打开在浏览器中查看它。 如果您进行编辑,则页面将重新加载。 您还将在控制台中看到任何棉绒错误。 npm test 在交互式监视模式下启动测试运行器。 有关更多信息,请参见关于的部分。 npm run build 构建生产到应用程序build文件夹。 它在生产模式下正
【文件预览】:
Chart-Demo-master
----public()
--------manifest.json(492B)
--------index.html(2KB)
--------robots.txt(67B)
--------favicon.ico(4KB)
--------logo512.png(9KB)
--------_redirects(19B)
--------logo192.png(5KB)
----.eslintrc.js(524B)
----.prettierignore(21B)
----src()
--------global.scss(1KB)
--------styles()
--------layouts()
--------components()
--------util()
--------index.js(445B)
--------routes()
----.stylelintrc.json(391B)
----.prettierrc.json(133B)
----README.md(4KB)
----.gitignore(332B)
----package-lock.json(742KB)
----package.json(1KB)