# Library **Repository Path**: github-like333/library ## Basic Information - **Project Name**: Library - **Description**: vue-cli vue-material - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-14 - **Last Updated**: 2021-07-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # litadmin > 一个基于vue2.x编写的后端管理项目 ### 说明  这是一个用vuejs2.x和Vue Material搭建的后台管理界面。 ## 项目编译和运行 ``` bash 第一步:启动服务端 (1)新开一个命令行窗口 (2)定位到项目中的server目录并安装依赖 > cd 你自己的位置/Library/server > npm install (3)依赖安装成功后执行启动命令 > npm start # 显示如下内容说明服务端启动成功 # Server is runing... Listening on port 3000 # Listening at http://localhost:3000 第二步:启动前端 (1)新开一个命令行窗口 (2)定位到项目目录并安装依赖 > cd 你自己的位置/Library/project > npm install (3)依赖安装成功后执行启动命令 > npm run serve # 显示如下内容说明本地启动成功 # DONE Compiled successfully in 7515ms # Listening at http://localhost:8081 #正式环境编译命令 # build for production with minification npm run build ``` ## 登录 admin 123456 staff 123123 登录状态1天后失效