# map_project **Repository Path**: flyabc/map_project ## Basic Information - **Project Name**: map_project - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-12-18 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-admin-template > 这是一个 极简的 vue admin 管理后台 它只包含了 Element UI & axios & iconfont & permission control & lint,这些搭建后台必要的东西。 ## 项目准备 - 建立数据库tank - 导入sql文件 - 修改server/config/db.js文件的账号密码为自己的账号密码 ## Build Setup ```bash # Clone project # Install dependencies npm install # 建议不要用cnpm 安装有各种诡异的bug 可以通过如下操作解决npm速度慢的问题 npm install --registry=https://registry.npm.taobao.org # Serve with hot reload at localhost:9528 npm run dev # koa-serve at localhost:9098 npm run server # Build for production with minification npm run build # Build for production and view the bundle analyzer report npm run build --report ```