# portal-excel **Repository Path**: sohucw/portal-excel ## Basic Information - **Project Name**: portal-excel - **Description**: 前端处理excel - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2023-11-01 - **Last Updated**: 2026-03-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # portal 大伟 一站式导航平台 ## 运行 ```shell npm run dev npm run debug npm run build npm run lint npm run svg npm run xls npm run typecheck ``` ### 数据生成 1. 运行 `npm run xls` 自动生成json数据。 数据来源[portal](https://ku.baidu-int.com/knowledge/HFVrC7hq1Q/pKzJfZczuc/pvQdpt-V0u/e2793a1566c14e) 将知识库数据导出为xls,放在本项目xls文件夹下,运行 `npm run xls` 脚本即可。 ### 帮助文档 - [Vite](https://cn.vitejs.dev/) #### 新增svg操作步骤 1. 通过[https://icomoon.io/app/#/select](https://icomoon.io/app/#/select),对svg进行格式化处理,去除无用的属性; 2. 把新生成的svg放在assets/svgs 目录下; 3. 执行命令`npm run svg`; 4. 新增的 svg 在 src/icons.ts 文件中完成注册。