# rm-log-web **Repository Path**: James-ZY/rm-log-web ## Basic Information - **Project Name**: rm-log-web - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: 1.1 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-27 - **Last Updated**: 2024-06-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 运行环境配置 1. 安装[Node.js](https://nodejs.org/en/download/) (建议8.x以上版本,Node.js自带npm包管理器) 安装完成后,打开Node.js command prompt,输入如下命令查看版本 node -v 当前项目环境:(V16.15.0) npm -v (V8.5.5) ``` 2. 安装cnpm (cnpm是淘宝提供的npm的国内镜像库),打开Node.js command prompt输入如下命令进行安装 npm install -g cnpm --registry=https://registry.npm.taobao.org ``` 3. 安装angular/cli cnpm install -g @angular/cli This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 12.2.10. ## npm install 更新依赖 报错 npm ERR! ERESOLVE unable to resolve dependency tree 原因:npm版本太高,依赖不统一(npm8.x对某些事情比npm6.x更严格) 解决方案: npm install xxx(插件名称) --legacy-peer-deps 参考链接:https://juejin.cn/post/6971268824288985118 ## styles.scss 全局样式 ## public.scss 页面局部样式