# vue-Bam **Repository Path**: ydb_sir/vue-Bam ## Basic Information - **Project Name**: vue-Bam - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-22 - **Last Updated**: 2024-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-el ![passing](https://img.shields.io/badge/build-passing-brightgreen.svg) ![node](https://img.shields.io/badge/node-8.11.1-green.svg) ![yarn](https://img.shields.io/badge/yarn-1.12.3-green.svg)

使用vue 2.0 + element UI 构建文章管理系统界面

--- ## 技术栈 * **vue-cli** 脚手架直接生成 * **element-UI** 作为UI框架,配合界面的搭建 * **webpack** 打包压缩,babel编译Es6/7语法 * yarn 包管理 * 前后端分离,[后端项目](https://github.com/HerryLo/koa-mongoDB.git),[前端管理系统](https://github.com/HerryLo/vue-Bam) [koa+MongoDB 后端接口](https://github.com/HerryLo/koa-mongoDB.git) ## 功能 | 功能 | 路由地址 | |:------|:-------| |登录 | /sign_in | |用户管理 | /userAdmin | |文章管理 | /articleList | |创建文章 | /writeArt | ## 运行 ``` bash $ git clone https://github.com/HerryLo/BAM.git // 安装依赖 $ npm install // 本地开发 $ npm run dev // 生产构建 $ npm run build ``` 同时需要启动[koa+MongoDB](https://github.com/HerryLo/koa-mongoDB.git)提供接口。