# n2019hdadmin-iview-screen **Repository Path**: 150400249808/n2019hdadmin-iview-screen ## Basic Information - **Project Name**: n2019hdadmin-iview-screen - **Description**: 给区县提报数据的管理端 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-02-26 - **Last Updated**: 2022-07-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 2019hdadmin ``` 项目主要目的是搭建一套干净的pc端管理页面,增加基础的eslit语法校验,iview组件,封装axios,mock,vue-roter,vuex。实现基础的登录,菜单显示,面包屑导航,退出功能。可以在这个基础上开发新的项目系统 //TODO 下一步会把常用的功能 封装成插件用npm install 加载下来,直接维护插件功能。 ``` ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Run your tests ``` npm run test ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).