Giter Club home page Giter Club logo

vue-wms's Introduction

网站管理系统框架

一套基于vue.js element-ui的网站管理系统框架

源码地址 问题反馈

启动说明

# 进入项目根目录
cd **

# 安装依赖文件
npm install

# 启动本地开发环境
npm run start

# 发布开发环境
npm run dev

# 发布测试环境
npm run test

# 发布生产环境
npm run pro

# 使用mock数据发布
npm run mock

技术栈

vue

vue-router

vue-resource

webpack

element-ui

store.js

underscore.js

mock.js

目录结构

.
├── README.md                // 说明文件
├── dist                     // 项目发布输出目录
├── config                   // 项目环境配置目录
├── static                   // 静态资源目录
│   └── mock                 // mock文件目录
│       ├── config.js        // mock配置文件
│       └── init.js          // mock入口文件
├── build                    // 发布构建配置
│   ├── build.js             // 构建发布项目入口文件
│   ├── dev-server.js        // 开发的服务配置
│   ├── webpack-dev-conf.js  // 开发的Webpack 配置文件
│   ├── webpack-prod-conf.js // 生产的Webpack 配置文件
│   ├── webpack-base-conf.js // 基本的Webpack 配置文件
├── package.json             // 项目依赖配置文件
├── src                      // 项目源码目录
│   ├── assets               // css js 和图片资源
│   ├── components           // 各种组件
│   ├── views                // 各种页面
│   ├── service              // 各种服务
│   │   ├── ajax.js          // ajax请求封装
│   │   ├── config.js        // 项目配置
│   │   ├── filters.js       // 过滤器
│   │   ├── interceptor.js   // 拦截器
│   │   ├── router.js        // 路由配置
│   │   └── util.js          // 基础工具
│   ├── App.vue              // 根组件
│   └── main.js              // Webpack 预编译入口         
├── index.html               // 项目入口文件
.

TODO


// ...

更新日志


v0.1.0 ( 2017-07-26 )

  • 对Vue.http封装,实现数据过滤
  • 引入mock,在本地环境和mock环境时使用,在main.js中设置mock: true开启。

v0.0.7 ( 2017-07-20 )

  • 配置化Menu组件
  • 优化webpack配置,支持local develop test production环境打包

v0.0.6 ( 2017-07-14 )

  • 解决单页刷新问题,地址使用#访问。注:在某些授权路径中部能使用#(如:微信支付)

v0.0.5 ( 2017-07-14 )

  • 优化环境配置文件,添加环境变量test
  • 支持npm run dev本地开发环境,npm run test发布测试环境,npm run pro发布生产环境

v0.0.4 ( 2017-07-13 )

  • 实现面包屑导航功能
  • 实现基础请求拦截器

v0.0.3 ( 2017-07-12 )

  • 使用element-uielement-variables.css文件构建主题样式
  • 构建管理系统基础页面框架

v0.0.2 ( 2017-07-11 )

  • 优化路由,配合webpack实现路由懒加载
  • 引入element-ui,并实现懒加载

v0.0.1 ( 2017-07-10 )

  • 框架搭建

vue-wms's People

Contributors

xuffy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.