# abnormal-alarm **Repository Path**: banboo_admin/abnormal-alarm ## Basic Information - **Project Name**: abnormal-alarm - **Description**: 一个基于地理位置的异常报警管理模块 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2020-08-28 - **Last Updated**: 2022-12-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # abnormal-alarm 一个基于地理位置的异常报警子系统 ## 简介 - 主框架基于Vue@2.6.11 、vue-router@3.4.3、vuex@3.5.1、element-ui@2.13.2 - 采用Nuxt@2.14.3构建应用程序,集成webpack4、Express、jest、axios、eslint ## 构建 ```bash # 安装 $ npm install # 开发环境构建 $ npm run dev *serve with hot reload at localhost:3000* # 生产环境构建 $ npm run build $ npm run start *build for production and launch server* # 静态页面生成 $ npm run generate ``` For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).