parcel-typescript-example:具有Parcel Bundler的最小TypeScript应用

时间:2021-04-30 13:26:22
【文件属性】:
文件名称:parcel-typescript-example:具有Parcel Bundler的最小TypeScript应用
文件大小:45KB
文件格式:ZIP
更新时间:2021-04-30 13:26:22
bundler typescript parcel HTML 包裹打字稿示例 带最小TypeScript应用程序。 源代码 有关更多详细信息,请参见 。 用法 安装 yarn install 发展 启动开发服务器。 yarn start 建造 编译TypeScript应用程序并将index.html复制到dist文件夹。 yarn run build 部署 将dist文件夹部署到GitHub Pages。 yarn run deploy 您可以在查看结果。 贡献 拉取请求和星总是欢迎的。 对于错误和功能请求,。 叉吧! 创建功能分支: git checkout -b my-new-feature 提交更改: git commit -am 'Add some feature' 推送到分支: git push origin my-new-feature 提交拉取请求:D 作者 github /阿祖 推特/ azu_re 执照 麻省理
【文件预览】:
parcel-typescript-example-master
----.gitignore(3KB)
----tsconfig.json(510B)
----README.md(1KB)
----LICENSE(1KB)
----package.json(983B)
----src()
--------index.ts(155B)
--------index.html(251B)
--------style.css(69B)
----yarn.lock(154KB)

网友评论