# Sky360 **Repository Path**: ODanielO/Sky360 ## Basic Information - **Project Name**: Sky360 - **Description**: 一个内部应用的全景照片浏览器 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2018-08-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Sky360Demo # 为了保证下载到本地能够运行,最好在打开软件的‘终端’中执行下列'$'开头的命令行指令。**开始** # 请先在终端/控制台窗口中运行命令 node -v 和 npm -v, 来验证一下你正在运行 node 8.x 和 npm 5.x 以上的版本。 更老的版本可能会出现错误,更新的版本则没问题。 cnpm install $ npm install -g cnpm --registry= https://registry.npm.taobao.org typescript install $ npm install -g typescript $ cnpm install -g typescript install angular/CLI $ npm install -g @angular/cli $ cnpm install -g @angular/cli **结束** start $ ng serve --open ( ng serve -o ) ************************************************************************************************************** 路由 $ ng generate module app-routing --flat --module=app ANT Design UI NPM安装(install ant Design UI) $ ng add ng-zorro-antd 已添加的kendoUI组件 ng add @progress/kendo-angular-buttons ng add @progress/kendo-angular-dialog ************************************************************************************************************** This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 6.1.2. ## Development server Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files. ## Code scaffolding Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`. ## Build 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. ## Running unit tests 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/). ## Further help To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).