快速上手angular 6.0
Network Test - Angular 6.0
Network test based on koa2, angular 6.0
快速学习的方式就是动手做
github: https://github.com/fuxingZhang/networktest-angular
目录结构
networktest-angular
├── ali-oss // ali oss目录
├── front // 前端angular目录
├── node_modules
├── public // 打包后的静态文件
├── routes // 后端路由
├── s3 // aws s3目录
├── screenshots // 演示截图
├── testFiles // 用于下载的文件
├── uploads // 上传测试的文件存放目录
├── utils // 工具目录
├── .gitignore // standard gitignore file
├── config.js // 配置文件
├── index.js // 入口文件
├── package.json // node module dependencies
└── README.md // readme file
相关资源
angular
英文: https://angular.io/
中文: https://www.angular.cn
angular-cli
typescript
英文: http://www.typescriptlang.org/
中文: https://www.tslang.cn/
rxjs
英文: https://rxjs-dev.firebaseapp.com/
中文: https://cn.rx.js.org/
koa2
node.js
英文: https://nodejs.org/en/
中文: http://nodejs.cn/
相关项目
network test base on vue
https://github.com/fuxingZhang/networktest