文件名称:chili:以人为中心的编程
文件大小:142KB
文件格式:ZIP
更新时间:2024-06-01 14:04:40
JavaScript
有名的入门应用程序 :roasted_sweet_potato: 基于的出色。 特征 React + ReactDOM(16.3.0)-更新了! 打字稿(具有TSLint设置) 漂亮+ tslint-config-prettier 使用Jest +酶测试配置 包裹捆扎机-1.7.0 如何建立专案 git clone git@github.com:adhrinae/ts-react-parcel.git cd ts-react-parcel yarn install 如何开始开发应用程序 npm run dev yarn dev 执行命令,您就可以在浏览器中的localhost:1234上运行和测试该应用程序。 如何建立应用程式 npm run build yarn build
【文件预览】:
chili-master
----.babelrc(45B)
----config()
--------test-shim.js(82B)
--------test-preprocessor.js(304B)
--------test-setup.js(133B)
----package.json(2KB)
----tslint.json(256B)
----.prettierrc(106B)
----LICENSE(1KB)
----package-lock.json(395KB)
----src()
--------index.html(327B)
--------index.tsx(237B)
--------components()
--------index.css(270B)
----tsconfig.json(661B)
----.gitignore(59B)
----README.md(678B)
----yarn.lock(225KB)