# SMNPS-FrontEnd **Repository Path**: pth2000/SMNPS-FrontEnd ## Basic Information - **Project Name**: SMNPS-FrontEnd - **Description**: 毕业设计:可视化服务监测与网络防护系统-前端项目 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2022-03-18 - **Last Updated**: 2023-11-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue, Vuex, webpack ## README # 可视化服务器监测与网络防护系统 # Server Monitoring and Network Protection System 该项目为毕业设计:可视化服务器监测与网络防护系统设计的前端项目。 基于 Vue3 + Ant Design 设计。 ## 项目调试方法(npm) ### Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ```