# DBBIM **Repository Path**: ODanielO/DBBIM ## Basic Information - **Project Name**: DBBIM - **Description**: BIM后台界面 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 1 - **Created**: 2018-12-26 - **Last Updated**: 2024-04-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Rebim201812 ## 路由 $ ng generate module app-routing --flat --module=app ## service $ ng generate service service-Name ## ANT-DESIGN UI $ ng add ng-zorro-antd ## jquery $ npm install jquery ## 已添加的kendoUI组件 ng add @progress/kendo-angular-buttons ng add @progress/kendo-angular-dropdowns ng add @progress/kendo-angular-grid ng add @progress/kendo-angular-inputs ng add @progress/kendo-angular-layout *** ng add @progress/kendo-angular-popup ng add @progress/kendo-angular-ripple *** ng add @progress/kendo-angular-dialog *** ng add @progress/kendo-angular-treeview ng add @progress/kendo-angular-tooltip ng build > ng build --aot > ng build --prod ng build --prod --build--optimizer imports: [ RouterModule.forRoot(routes,{useHash: true}) ] ********************************************************************************************************************************************* This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 6.0.8. ## Development server Run `ng serve` for a dev server. Navigate to `http://localhost:8003/`. 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).