Giter Club home page Giter Club logo

vue-demo-share's Introduction

脚手架SRC目录搭建结构

```
|-- src                              // 源码目录
|   |-- api                          // 获取数据接口API相关文件
|   |   |-- api.js                   // axios封装方法
|   |   |-- config.js                // 接口配置项
|   |   |-- state.js                 // 接口调用封装函数
|   |-- assets                       // 资源文件 CSS JS IMG
|   |   |-- css
|   |   |   |-- _diy-elementui.scss  //可以在这里重置element-ui样式
|   |   |   |-- _lib-base.scss       //页面基本处理样式,建议优先阅读一遍
|   |   |   |-- _lib-mixin.scss      //sass 宏
|   |   |   |-- _lib-variable.scss   //sass 变量
|   |   |   |-- _lib-reset.scss      //重置样式
|   |   |   |-- index.scss           //main.js进入此scss包含以上所有
|   |   |-- js
|   |   |   |-- common               //一些公用方法
|   |   |-- font                     // 字体库文件夹
|   |-- components                   // vue公共组件
|   |-- pages                        // 所有页面
|   |-- router                       // 路由配置文件
|   |-- store                        // vuex相关文件
|   |-- App.vue                      // 页面入口文件
|   |-- main.js                      // 程序入口文件,加载各种公共组件

vue-demo-share's People

Contributors

weibsgz avatar

Watchers

James Cloos 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.