Coder Social home page Coder Social logo

boss's Introduction

项目布局

.  
├── build                           // webpack配置文件
├── config                          // 项目打包路径
├── src                             // 源码目录
│   ├── components                  // 组件
│   ├── pages                       // 页面
│   ├── util                        // 基本配置
│   │   ├── http.js                 // 获取数据  
│   │   ├── mUtils.js               // 常用的js方法
│   ├── images                      // 公共图片   
│   ├── router                      // 路由  
│   │   ├── index.js                // 路由入口
│   │   └── router.js               // 路由配置   
│   ├── service                     // 数据交互统一调配   
│   ├── store                       // vuex   
│   │   ├── getData.js              // 获取数据的统一调配文件,对接口进行统一管理   
│   │   └── tempdata                // 开发阶段的临时数据 
│   ├── App.vue                     // 页面入口文件 
│   ├── main.js                     // 程序入口文件,加载各种公共组件 
├── favicon.ico                     // 图标 
├── index.html                      // 入口html文件 
.

路由设计(初稿)

├── App       
├── ├── Login                       登录         
│   ├── Main                        主页面        
│   │   ├── otherRouter             不在左侧菜单的路由  
│   │   |   ├── home                首页
│   │   |   ├── changePwd           修改密码 
│   │   |   ├── ownspace            个人中心                  
│   │   ├── appRouer                在左侧菜单的路由           
│   │   |   ├──  authority          权限管理           
│   │   |   ├──  contract           合同管理   
│   │   |   ├──  Merchant           商户管理   
│   │   |   ├──         .   
│   │   |   ├──         .  
│   │   |   ├──         .  
│   │   |   ├──         .  
├── ├── Page 403                    权限不够
├── ├── Page 404                    路径错误
├── ├── Page 500                    服务器错误

boss's People

Contributors

echo-phz avatar handsomepear avatar jolliadai avatar

Watchers

 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.