这是一篇新手篇的typescript插件编写方式!!!!
源码完整地址:https://gitee.com/dissucc/typescriptLearn
1.环境安装node下载
下载地址:https://nodejs.org/en/
cnpm安装
在安装完node后,npm默认就安装了,因为某种原因,npm下载组件包的速度太慢了,所以需要安装cnpm
安装命令
npm install -g cnpm --registry=https://registry.npm.taobao.org