https://github.com/mrxujiang/angulardemo
基于angular8搭建旅游路线项目
https://github.com/mrxujiang/angulardemo
Last synced: 3 months ago
JSON representation
基于angular8搭建旅游路线项目
- Host: GitHub
- URL: https://github.com/mrxujiang/angulardemo
- Owner: MrXujiang
- Created: 2019-06-22T07:32:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T06:37:11.000Z (almost 3 years ago)
- Last Synced: 2025-04-12T19:22:32.207Z (6 months ago)
- Language: TypeScript
- Size: 5.32 MB
- Stars: 7
- Watchers: 1
- Forks: 4
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 构建
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
## 运行单元测试
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
## 学习总结
* 1. Angular8基本用法,架构
* 2. 使用百度地图API实现自己的地图应用
* 3. 解决调用百度地图API时的跨域问题
* 4. 对localStorage进行基础封装
* 5. material UI的使用