文件名称:notepad:一个本地记事本(兼容pc端和移动端)
文件大小:176KB
文件格式:ZIP
更新时间:2024-06-03 11:19:33
notepad TypeScript
notepad 一个本地记事本。 在线预览 安装 git clone https://github.com/yhlben/notepad.git cd notepad yarn yarn dev 特点 indexDB 本地存储 导入导出 txt 文件 pc 端,手机端适配 主要技术 typescript react antd-design localForage 项目搭建 webpack tslint stylelint commitlint jest docker ps: 此项目主要是用于 typescript 学习,如有更好的想法,或者建议,欢迎提 issue,谢谢!
【文件预览】:
notepad-master
----.gitignore(82B)
----.babelrc(49B)
----package.json(2KB)
----tslint.json(276B)
----commitlint.config.js(67B)
----src()
--------components()
--------interfaces()
--------context()
--------utils()
--------index.tsx(167B)
----webpack.config.js(198B)
----.travis.yml(419B)
----postcss.config.js(156B)
----jest.config.js(216B)
----build()
--------webpack.prod.config.js(1KB)
--------webpack.dev.config.js(1KB)
--------qiniu.config.js(268B)
----createDockerImage.sh(92B)
----LICENSE(1KB)
----tsconfig.json(88B)
----README.md(986B)
----index.html(445B)
----.gitattributes(109B)
----test()
--------util.test.ts(931B)
----.editorconfig(148B)
----yarn.lock(410KB)
----docker()
--------app.js(365B)
--------Dockerfile(153B)
----.stylelintrc.json(50B)