TO get started with TypeScirpt quickly in your local computer is using parcel-bunlder:

npm i -g parcel-bundler

Create a index.html:

<!DOCTYPE html>
<html lang="en"> <head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head> <body> <script src="./index.ts"></script>
</body> </html>

Create a index.ts, put whatever you want.

Run:

parcel index.html

parcel run take care everything for you.

最新文章

  1. apache 虚拟主机详细配置:http.conf配置详解
  2. mysql通过sql语句如何批量去掉某一个表中某一个字段的下面的相同部分字符串
  3. php微信接口实例
  4. [CLR via C#]15. 枚举类型和位标志
  5. 原码 &amp; 反码 &amp; 补码 &amp; 详解
  6. .net中Web.config文件的基本原理及相关设置
  7. MapReduce编程小结
  8. vc++窗口的创建过程(MFC消息机制的经典文章)
  9. shell的逻辑运算符
  10. Python 科学计算-介绍
  11. [ZJOI2017]树状数组
  12. 卷积神经网络之AlexNet
  13. win10 系统 wifi自动断开连接 wifi热点不稳定
  14. struts2自定义转换器
  15. Finance公式说明
  16. SqlServer 技术点总结(持续更新)
  17. array_rand
  18. Mybatis动态公用sql
  19. Java归去来第4集:java实战之Eclipse中创建Maven类型的SSM项目
  20. linux下mysql 启动命令

热门文章

  1. Winform常用操作
  2. 数据类型转换,JS操作HTML
  3. oracle创建用户赋予权限,删除权限
  4. vCard
  5. 某dp题
  6. 用IJ和gradle启动elasticsearch5.4.3
  7. [转]CreateDIBitmap与CreateDIBSection
  8. AC日记——Is it rated? codeforces 807a
  9. npm命令要记
  10. 51nod 1137 矩阵乘法【矩阵】