# Sail.JavaScript
**Repository Path**: zhiqingkeji/Sail.JavaScript
## Basic Information
- **Project Name**: Sail.JavaScript
- **Description**: 智擎科技前端手册
- **Primary Language**: JavaScript
- **License**: WTFPL
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 0
- **Created**: 2016-09-29
- **Last Updated**: 2021-10-14
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
#
智擎科技前端手册
[项目框架不完全分类](http://naotu.baidu.com/file/97ccd0a3949a149279e0b91878e84057?token=45a304d5e7006426)
[前端需要掌握的内容](http://naotu.baidu.com/file/b33a2135980308ecb513c2061f52e448?token=72a0b5d9175801cc)
## 需要掌握的基础技能
- Git的使用 [git新手教程](http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000)
- 基础Razor语法及Razor的helper方法 [相关教程](http://www.runoob.com/aspnet/aspnet-tutorial.html)
- javascript基础语法 [Javascript新手教程](http://www.liaoxuefeng.com/wiki/001434446689867b27157e896e74d51a89c25cc8b43bdb3000)
#### 必须要掌握的第三方js类库
- Jquery [Jquery文档](http://api.jquery.com/)
- jsviews/jsrender [官方文档](http://jsviews.com)
#### 能提升开发效率的第三方js类库
- Underscore/Lodash [underscore中文文档](http://www.css88.com/doc/underscore/) | [Lodash中文文档](http://lodashjs.com/docs/)
#### 开发特定功能时用到的第三方js类库
- jquery.uploadify [官方文档](http://www.uploadify.com/documentation/)
- highCharts/Echarts [hcharts中文文档](http://www.hcharts.cn/) | [echarts教程](http://echarts.baidu.com/tutorial.html)
## Sail.JavaScript
#### 通用组件
[查看](./docs/Sail.md)
- Sail.ApiHelper
- Sail.Modal
- [Sail.MsgBox](./docs/Page/MsgBox.md?dir=0&filepath=docs%2FPage%2FMsgBox.md&oid=0f16b744275ce74c65d9d48c7d0733a18b8fcded&sha=c1ce5940f04050e9064dc7fdd278c1470562258e)
- [DateTime组件](./docs/Page/DateTime.md?dir=0&filepath=docs%2FPage%2FDateTime.md&oid=b7264927017eca77293ede0802a67b33c2e72708&sha=c1ce5940f04050e9064dc7fdd278c1470562258e)
- [String组件](./docs/Page/String.md?dir=0&filepath=docs%2FPage%2FString.md&oid=4ddaa1c29036506a0273e2998f489bef2a3bedab&sha=c1ce5940f04050e9064dc7fdd278c1470562258e)
#### PC端js
- Sail.RazorPage
#### 移动端js
#### 自定义Jquery扩展
- AddSum