项目作者: MoonCheung

项目描述 :
💪 This is the background management for vue-admin
高级语言: Vue
项目地址: git://github.com/MoonCheung/iKmoons-admin.git
创建时间: 2019-04-22T08:05:46Z
项目社区:https://github.com/MoonCheung/iKmoons-admin

开源协议:MIT License

下载


Vue-Admin

GitHub stars
GitHub issues
GitHub forks
GitHub license

Blog backend management comes from the vue-admin(4.1.0) project template and is built and developed by the vue + ElementUI application

The background management is based on the node server can run, need to install the node server in advance

其他相关项目

  • Maintained by salvador23@163.com">MoonCheung
  • Blog site: iKmoons.com Construction and development based on nuxt.js framework
  • Blog applet: blog-applet Build and develop based on mpvue + Vant + ColorUI
  • admin server: node-server Build development based on koa node

更新记录: CHANGELOG.md

相关截图

后台管理

执行命令

Build Setup

  1. # clone the project
  2. git clone git@github.com:MoonCheung/iKmooms-admin.git
  3. # enter the project directory
  4. cd vue-backstage
  5. # install dependency
  6. npm install
  7. # develop
  8. npm run dev

Build

  1. # build for test environment
  2. npm run build:stage
  3. # build for production environment
  4. npm run build:prod

Advanced

  1. # preview the release environment effect
  2. npm run preview
  3. # preview the release environment effect + static resource analysis
  4. npm run preview -- --report
  5. # code format check
  6. npm run lint
  7. # code format check and auto fix
  8. npm run lint -- --fix