# PepperFrontend **Repository Path**: Pepper-GIS/PepperFrontend ## Basic Information - **Project Name**: PepperFrontend - **Description**: No description available - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-26 - **Last Updated**: 2026-05-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PepperFrontend This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.7. ## Development server Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application 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. ## 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 a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities. ## Further help To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page. ## 启动命令 npm install --force or --legacy-peer-deps ng build --project='common-lib' --watch ng build --project='map-scene-lib' --watch ng build --project='flow-lib' --watch ng serve --project='emergency-disaster-relief' --port=4201 --open --poll 2000 ng serve --project='gis-product-oa' --port=4201 --open --poll 2000 ng serve --project='platform-navigation' --port=4201 --open --poll 2000 ng serve --project='natural-survey-monitor' --port=4201 --open --poll 2000 ## Angular 库热更新 1、在库项目中创建符号链接 # 进入库目录 cd your-library-project # 创建全局符号链接 npm link 2、在应用项目中链接库 # 进入应用目录 cd your-app-project # 链接库 npm link your-library-name 3、启动监听 # 在库项目中启动监听构建 ng build your-library --watch # 在另一个终端启动应用(使用 --poll 解决文件监听问题) ng serve XX --poll 2000