Giter Club home page Giter Club logo

vue-wms's Introduction

VUE-WMS

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

启动说明

# 进入项目根目录
cd **

# 安装依赖文件
npm install

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

# 发布开发环境
npm run dev

# 发布测试环境
npm run test

# 发布生产环境
npm run pro

技术栈

vue

vue-router

axios

webpack

element-ui

store.js

underscore.js

目录结构

.
├── README.md                // 说明文件
├── dist                     // 项目发布输出目录
├── config                   // 项目环境配置目录
├── static                   // 静态资源目录
├── 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               // 项目入口文件
.

vue-wms's People

Contributors

xuffy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  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.