|
|
|
# 新同事可能需要知道的
|
|
|
|
|
|
|
|
## 可能要收藏的网址
|
|
|
|
|
|
|
|
- 【项目连接入口】http://192.168.1.254:8080/
|
|
|
|
- 【公司 git 仓库】http://git.yzsj.net.cn/pub/toc/-/wikis/home
|
|
|
|
- 【服务注册中心】http://192.168.1.253:9001/ysc/
|
|
|
|
- 【ui文档】http://192.168.1.254:5002/version/1.0.2/
|
|
|
|
- 【公司邮箱】https://qiye.aliyun.com/alimail/auth/login?reurl=%2Falimail%2F%23h%3DWyJmbV8yIixbIjIiLCIiLHsiZklkIjoiMiIsInNlbElkIjoiMl8wOkR6enp6eVY4dGEuJC0tLS5IZ1NXUlpKIiwib2Zmc2V0IjoyLCJyZyI6W1siMiIseyJpZCI6Im0hMl8wOkR6enp6eVY4dGEuJC0tLS5IZ1NXUlpKIiwic2YiOjB9XV19LHsibGFiZWwiOiLpgq7ku7YifV1d
|
|
|
|
|
|
|
|
- 【Angular框架文档】https://angular.cn/guide/what-is-angular
|
|
|
|
- 【ant组件库文档】https://ng.ant.design/docs/global-config/zh
|
|
|
|
- 【echarts 图表】https://echarts.apache.org/examples/zh/index.html
|
|
|
|
- 【Less】https://less.bootcss.com/#%E6%A6%82%E8%A7%88
|
|
|
|
- 【Mapbox】https://docs.mapbox.com/mapbox-gl-js/api/map/#map#addlayer
|
|
|
|
- 【Moment日期处理】http://momentjs.cn/docs/#/parsing/
|
|
|
|
- 【Lodash JavaScript工具库】https://www.lodashjs.com/docs/lodash.compact
|
|
|
|
- 【RxJS】https://cn.rx.js.org/manual/overview.html
|
|
|
|
|
|
|
|
## vscode 中可能用得到的插件
|
|
|
|
|
|
|
|
Angular Snippets | Auto Rename Rag | Eslint | Live Server |
|
|
|
|
|
|
|
|
## 入职后有必要知道和完成的工作
|
|
|
|
|
|
|
|
### 【开发环境搭建】
|
|
|
|
|
|
|
|
1. 阅读并完成 “开发准备” 的相关内容
|
|
|
|
|
|
|
|
- 地址:【公司 git 仓库】 首页 -> 开发准备
|
|
|
|
|
|
|
|
2. git 安装和使用
|
|
|
|
|
|
|
|
> git安装完成后,可以用命令行管理git。这里推荐安装 [github desktop](https://desktop.github.com/) 可视化 git 操作平台
|
|
|
|
|
|
|
|
- 地址:【公司 git 仓库】 首页 -> Git
|
|
|
|
|
|
|
|
|
|
|
|
### 【开发前需要阅读的文档】
|
|
|
|
|
|
|
|
1. 阅读 “前端问题探讨” 的相关内容
|
|
|
|
|
|
|
|
- 地址:【公司 git 仓库】 首页 -> 前端问题探讨
|
|
|
|
|
|
|
|
2. Angular框架文档
|
|
|
|
|
|
|
|
- 概念了解:组件、模板、路由、管道、服务、模块、指令
|
|
|
|
- 创建工程 | 创建模块 | 创建组件 | 创建服务 | 创建管道
|
|
|
|
- 如何使用 HttpClient 获取数据?
|
|
|
|
- 如何使用路由进行导航
|
|
|
|
- 在工程中使用 Ant 组件 - 参考【ant组件库文档】
|
|
|
|
- 在工程中使用 yz-ui 组件 - 参考【ui文档】
|
|
|
|
- 在工程中使用 RxJS - 参考【RxJS】 - 必须了解会用的:observable | subscribe | pipe | map | mergeMap | forkJoin | formEvent | of
|
|
|
|
|
|
|
|
3. Ant 官方文档(会使用组件即可) - [传送门](https://ng.ant.design/version/8.5.x/docs/introduce/zh)
|
|
|
|
|
|
|
|
4. 公司 ui 文档(会使用组件即可) - [传送门](http://192.168.1.254:5002/version/1.0.2/)
|
|
|
|
|
|
|
|
5. 前端工程化之 webpack
|
|
|
|
|
|
|
|
- 地址:【公司 git 仓库】 首页 -> 前端工程化
|
|
|
|
|
|
|
|
### 【后续开发过程中可能需要了解的】
|
|
|
|
|
|
|
|
1. 开发地图 - [传送门](https://docs.mapbox.com/mapbox-gl-js/api/map/)
|
|
|
|
2. 开发统计图 (柱状图、折线图...) - [传送门](https://echarts.apache.org/zh/tutorial.html#5%20%E5%88%86%E9%92%9F%E4%B8%8A%E6%89%8B%20ECharts)
|
|
|
|
3. 接口测试软件 `postMan` - [下载地址](https://www.postman.com/downloads/)
|
|
|
|
4. Xftp 和 Xshell 软件的使用
|
|
|
|
5. Docker 和 Kubernetes 的使用 |
|
|
|
\ No newline at end of file |