文件名称:reason-countdown-timer:在ReasonML中实现的倒数计时器
文件大小:250KB
文件格式:ZIP
更新时间:2024-06-05 18:56:03
OCaml
简单计时器 运行项目 npm install npm start # in another tab npm run webpack 在看到webpack编译成功( npm run webpack步骤)之后,打开src/index.html (不需要服务器! )。 然后修改src任何.re文件,并刷新页面以查看更改。 有关更多详细的ReasonReact示例,请参见 量产 npm run build npm run webpack:production 这将替代开发工件build/Index.js以获得优化版本。 要启用清除死代码, bsconfig.json的package-specs module从"commonjs"更改为"es6" 。 然后重新运行以上2条命令。 这将允许Webpack删除未使用的代码。
【文件预览】:
reason-countdown-timer-master
----.gitignore(65B)
----package.json(610B)
----package-lock.json(262KB)
----src()
--------App.bs.js(11KB)
--------Button.re(430B)
--------App.re(4KB)
--------Timer.bs.js(2KB)
--------Notifications.re(494B)
--------Index.re(57B)
--------TimerUtils.bs.js(1KB)
--------TimerUtils.re(996B)
--------Index.bs.js(412B)
--------Timer.re(342B)
--------Button.bs.js(2KB)
--------Notifications.bs.js(312B)
----webpack.config.js(326B)
----build()
--------Index.js(835KB)
----css()
--------master.css(637B)
----README.md(785B)
----index.html(2KB)
----bsconfig.json(596B)