文件名称:falcon:使用React,Redux和Webpack构建的最小的购物车体验
文件大小:165KB
文件格式:ZIP
更新时间:2024-06-01 08:04:15
react redux webpack scss JavaScript
鹘 使用React,Redux和Webpack构建的最小的购物车体验。 科技栈 通天塔(ES6 / ES7) React Redux React路由器 SCSS HMR 设置 # Install dependencies yarn install # Do a production build yarn build # Start the app at port 8080 yarn start # Check "Scripts" for more options 假设条件 “折扣”和“类型折扣”适用于图书的原始价格。 “折扣”和“类型折扣”等于数量应用n次。 在购物车页面中,当用户滚动到页面末尾时,价格容器将停留在页面底部。 当他再次向上滚动时,价格容器将停留在页面底部,直到到达其原始位置。 在此,当滚动条到达页面末尾时,价格容器将粘在底部。 价格容器不会松开,因为它无法到达
【文件预览】:
falcon-master
----.eslintrc(489B)
----setup()
--------css-modules.js(319B)
--------enzyme.js(122B)
--------babel.js(62B)
----postcss.config.js(66B)
----yarn.lock(261KB)
----webpack.config.prod.js(2KB)
----webpack.config.js(2KB)
----.babelrc(421B)
----.vscode()
--------settings.json(36B)
----LICENSE(11KB)
----README.md(4KB)
----yarn-error.log(228KB)
----.gitignore(33B)
----app()
--------pages()
--------utils()
--------store()
--------reducer()
--------styles()
--------layout()
--------components()
--------assets()
--------actions()
--------__mocks__()
--------index.jsx(389B)
--------templates()
--------APIs()
----package.json(3KB)