# FS5000-installer **Repository Path**: ives-chu/fs5000-installer ## Basic Information - **Project Name**: FS5000-installer - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-10 - **Last Updated**: 2024-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # NS5000-HM 监控报警系统 ## 技术栈 - 运行环境: Node.js 16.x - 包管理器: Yarn 1.22.x - 基础框架: Vue 3.x - 路由: Vue-Router 4.x - 状态管理: pinia 2.x - UI 组件库: element-plus 2.x - 图表库: Echarts 5.x & Vue-Echarts 6.x - HTTP 库: Axios 1.x - 语言: TypeScript ## 操作命令 ### 安装 - 安装 yarn 包管理器 ```shell npm install -g yarn ``` - 安装 Ts ```shell npm install -g typescript ``` - 安装依赖 ```shell yarn install ``` ### 启动开发环境 ```shell yarn dev ``` ### 编译打包 ```shell yarn build ``` ## 开发规范 - 尽量采用`