随笔分类 -  typescript

typescript
摘要:(1)phaser3-typescript-project-template项目npm install过程 https://www.cnblogs.com/3d-gis/p/14383937.html (2)参考:基于 TypeScript + Babel + Rollup 搭建 ts 开发环境ht 阅读全文
posted @ 2021-02-09 12:50 py2020 阅读(110) 评论(0) 推荐(0)
摘要:(1)关于vscode+typescript+webpack开发流程,请参考https://www.cnblogs.com/3d-gis/p/14376551.html (2)关于ts+webpack+vscode 应用开发请下载代码 https://gitee.com/sgit2020/ts_st 阅读全文
posted @ 2021-02-09 12:49 py2020 阅读(96) 评论(0) 推荐(0)
摘要:点击 网页https://webpack.docschina.org/loaders/ 中的 “ts-loader”链接: 到达ts-loader官方github (https://github.com/TypeStrong/ts-loader#running),搜索“Compatibility”, 阅读全文
posted @ 2021-02-08 17:39 py2020 阅读(1057) 评论(0) 推荐(0)
摘要:C:\_abel> git clone https://github.com/photonstorm/phaser3-typescript-project-template.git C:\_abel\phaser3-typescript-project-template> npm --registr 阅读全文
posted @ 2021-02-07 09:37 py2020 阅读(857) 评论(0) 推荐(0)
摘要:github ts工程示例 微软官方TypeScript demo: https://github.com/microsoft/TypeScript-Node-Starterhttps://github.com/microsoft/TypeScript-React-Starterhttps://gi 阅读全文
posted @ 2021-02-07 08:51 py2020 阅读(179) 评论(0) 推荐(0)
摘要:typescript 官方的文档链接 https://www.tslang.cn/docs/home.html webpack 官方中文文档 https://webpack.docschina.org/ webpack 是一个模块打包器。它的主要目标是将 JavaScript 文件打包在一起,打包后 阅读全文
posted @ 2021-02-07 08:22 py2020 阅读(101) 评论(0) 推荐(0)
摘要:(1)vscode+typescript+webpack开发流程请参照这个文档 https://www.cnblogs.com/3d-gis/articles/14384133.html 这个文档 如果有不清楚的地方,百度一下吧:) ///////////////////////////////// 阅读全文
posted @ 2021-02-05 10:59 py2020 阅读(213) 评论(0) 推荐(0)