Skip to content

houshaopeng/vue-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

项目运行

项目模版来自于 vue-cli

# install dependencies
npm install

# serve with hot reload at localhost:8081
npm run dev

# build for production with minification
npm run build

目录结构介绍

  • build - webpack配置文件
  • config - webpack配置文件
  • dist - 项目打包路径
  • src -your app
    • api
    • assets
    • common
    • components - your vue components
    • mock
    • styles
    • views - your pages
    • vuex
    • App.vue
    • main.js - main file
    • routes.js
  • static - static assets
  1. Edit src/styles/vars.scss

Browser support

Modern browsers and IE 9+.

About

基于vue+element的一套后台管理系统

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published