Socket
Socket
Sign inDemoInstall

bms-vue

Package Overview
Dependencies
22
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    bms-vue

> ## BMS系统是基于vue开发的一套cms系统。 > ### 前端:Vue、Vuex、Vue-router、ELEMENT-UI > ### 后端:nodejs、express


Version published
Maintainers
1
Created

Readme

Source

BMS

BMS系统是基于vue开发的一套cms系统。

前端:Vue、Vuex、Vue-router、ELEMENT-UI

后端:nodejs、express

项目架构图:

    bms
    |--.vscode
    |    |--launch.json
    | 
    |--app    
    |    |--api(后台controller)
    |    |--components(前台vue组件)    
    |    |--dao(后台数据库操作)
    |    |--router(前端路由)
    |    |--static(前端静态文件)
    |    |--store(vuex,用来组建之间数据共享)
    |    |--util(前端常用函数的封装,包括插件)
    |    |--dev-client.js
    |    |--index.html
    |    |--README.MD
    |    |--server.js
    |--genAppAndDao(自动生成后端controller和mapper) 
    |--webpack(webpack配置文件)
    |--.eslintrc.js(eslint配置文件)
    |--.gitignore
    |......

登陆界面如下:

登陆页

login

主页

index

权限赋予

rightGiven

角色管理

roleManage

用户管理

userManage

菜单管理

menuManage

项目启动方式:

  • 首先乣从npm上下载依赖包。建议把registry设置成淘宝的registry,命令:npm set registry https://registry.npm.taobao.org
  • 运行命令 npm install
  • 运行npm run dev,然后访问8888端口即可.

FAQs

Last updated on 17 Dec 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc