文件名称:wsi-challenge:WSI编码挑战
文件大小:7.44MB
文件格式:ZIP
更新时间:2024-05-31 23:24:42
JavaScript
WSI编码挑战 使用React.js构建的简单网页,用于呈现产品图片和详细信息。 例子: 该项目是使用作为起点进行的。 启动开发服务器 git clone https://github.com/jgbenito7/wsi-challenge 运行npm install或yarn install 使用npm start开发服务器 打开 可用命令 npm start开发服务器 npm clean删除dist文件夹 npm test -运行所有测试 npm run test:watch在监视模式下运行所有测试 去做 根据规范实施网页 添加排序功能 添加测试 修理生产大楼 将服务器变量移到.env
【文件预览】:
wsi-challenge-master
----.gitignore(1KB)
----.babelrc(174B)
----app()
--------main.js(462B)
--------assets()
--------vendors()
--------config()
--------index.html(532B)
--------pages()
----package.json(3KB)
----package-lock.json(495KB)
----webpack.config.js(4KB)
----postcss.config.js(58B)
----yarn-error.log(348KB)
----build()
--------index.html(663B)
----dist()
--------vendors()
--------index.html(637B)
--------styles()
--------bundle.js(318KB)
----README.md(903B)
----config()
--------jest()
----webpack.production.config.js(3KB)
----site_example.png(7.09MB)
----yarn.lock(326KB)