- dist 编译目录
- src
-- images 图片
-- ts 源码
-- index.html 入口html - typings typescript d.ts
- .babelrc babel编译环境
- package.json 包管理
- tsconfig.json typescript包管理
- tslint.json typescript代码检测
- vendor.ts 基础依赖
- webpack.config.js webpack配置
index.html中会把所有示例的组件加入并显示效果
npm config set registry https://registry.npm.taobao.org
淘宝的镜像,比国外的快n倍
npm install -g typings
npm install && typings install
npm run start
http://localhost:8080