# apes-client **Repository Path**: spark-software/apes-client ## Basic Information - **Project Name**: apes-client - **Description**: apes client源码 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-05 - **Last Updated**: 2025-07-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ApesERP System 这个项目使用[angular-cli](https://github.com/angular/angular-cli) version 6.0. # 安装依赖包 当download 项目之后,需要使用 npm install 安装依赖包 ## 开发服务器 运行 `ng serve` 作为一个开发服务器. 浏览器访问 `http://localhost:4200/`. 如果更改任何源文件,该应用程序将自动重新加载 . ## Code scaffolding 运行 `ng generate component component-name` 生成一个新的组件. 你可以使用 `ng generate directive|pipe|service|class|guard|interface|enum|module`. #配置开发服务器使用的默认HTTP主机和端口 ng serve --host 0.0.0.0 --port 4201 ##使用aot编译打包 ng build --prod --aot #打包 npm run build /ng build --prod --build-optimizer --aot #发布到tomcat 1、ng build --base-href /yyerp/ --prod 2、将dist目录下所有文件拷贝到 tomcat /webapps/angular 下 3、node --max_old_space_size=5048 ./node_modules/@angular/cli/bin/ng build --base-href /yyerp/ --prod #ag-grid 样式调整 .ag-theme-balham .ag-side-bar border-right #ag-grid 升级说明 npm uninstall ag-grid --save npm uninstall ag-grid-angular --save npm uninstall ag-grid-enterprise --save npm install ag-grid-community@19.0.0 --save npm install ag-grid-angular@19.0.0 --save npm install ag-grid-enterprise@19.0.0 --save