# echartLearning **Repository Path**: RedBeast/echartLearning ## Basic Information - **Project Name**: echartLearning - **Description**: 将一些常用的前端组件整合到Angular中。用于练习。 - **Primary Language**: HTML - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-10-31 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # echartLearning #### Description Some demo and practise for echart. #### Software Architecture Angular CLI: 1.7.4 Node: 8.11.3 OS: win32 x64 Angular: 5.2.11 @angular/cli: 1.7.4 @angular-devkit/build-optimizer: 0.3.2 @angular-devkit/core: 0.3.2 @angular-devkit/schematics: 0.3.2 @ngtools/json-schema: 1.2.0 @ngtools/webpack: 1.10.2 @schematics/angular: 0.3.2 @schematics/package-update: 0.3.2 typescript: 2.5.3 webpack: 3.11.0 #### Installation 1. 下载nodejs安装包并安装好nodejs和npm。 2. 在clone的项目文件夹内,控制台运行 npm install --save-dev 3. 有些组件如kendoUI的是需要账号登录的,如果用不到就在angular-cli.json、package-lock.json和package.json中移除引用 4. KendoUI for Angular 的组件安装方法: 1. 首先,到Telerik的官网免费注册账号(可用google账号,但登陆后需完善密码等个人信息):http://www.telerik.com/kendo-angular-ui/getting-started# 2. 然后,在项目根目录控制台运行 npm login --registry=https://registry.npm.telerik.com/ --scope=@progress 3. 按照提示依次输入Telerik的用户名(如果是邮箱就只输入@前面的部分)、密码和邮箱 4. 如果顺利,则会提示当前登录的账号 5. 最后再次 npm install --save-dev ,刷新node_modules文件夹,应该能看到@progress文件夹下的kendo组件了。 6. PS:现在好像已经收费了 5. 推荐使用 VSCode。 6. 在项目根目录下打开控制台,并运行npm start --open就能跑起来并自动打开浏览器显示页面。 #### Instructions 1. xxxx 2. xxxx 3. xxxx #### Contribution 1. Fork the project 2. Create Feat_xxx branch 3. Commit your code 4. Create Pull Request #### Gitee Feature 1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md 2. Gitee blog [blog.gitee.com](https://blog.gitee.com) 3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) 4. The most valuable open source project [GVP](https://gitee.com/gvp) 5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) 6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)