https://github.com/rwson/angular-study
angularjs学习
https://github.com/rwson/angular-study
Last synced: 5 months ago
JSON representation
angularjs学习
- Host: GitHub
- URL: https://github.com/rwson/angular-study
- Owner: rwson
- Created: 2016-01-15T05:31:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-08T07:49:29.000Z (almost 10 years ago)
- Last Synced: 2025-03-11T03:41:58.045Z (over 1 year ago)
- Language: HTML
- Size: 3.86 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#angularjs
angularjs1.x和angularjs2的学习笔记
./angular:angular1.x的学习笔记
./angular2:angular2的学习笔记
其中,运行angular2下的文件时,应该首先在命令行切换到该目录,先安装[TypeScript](http://www.typescriptlang.org/),再运行,关于TypeScript基本语法,可以查看本人另一个repo([TypeScript](https://github.com/rwson/TypeScript))
npm install -g typescript
等待TypeScript安装完成,再执行
npm install
等所有模块安装完成后,运行
npm start
会自动把编写好的TypeScript文件编译成JavaScript文件,访问 http://localhost:3000 就是运行的效果了。