Giter Site home page Giter Site logo

m-pc's Introduction

marketing-pc

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

产品资料

参照资料

免展,易企秀

https://www.rrxiu.net/my#/wsite

http://www.eqxiu.com/h5/list


### 目录结构

    ├── public                          静态资源
    │   └── index.html                  页面入口
    ├── src                             项目源码目录
    │   ├── main.js                         入口js文件
    │   ├── app.vue                         根组件
    |   └──mock                            mock数据目录
    │     └── hello.js
    │   ├── api                         接口文件
    |   |   └── fetch.js                    接口通用配置文件
    |   |   └── fetchAuth.js                接口通用配置文件(权限,登录等,与会员通用的)
    |   |   └── base.js                     http请求地址配置(权限,登录等,与会员通用的)
    │   ├── components                  组件
    │   │   └── common                      公用组件(全局)
    │   │   └── private                     私有组件(与页面(view目录)对应)
    │   ├── assets                      资源目录,这里的资源会被wabpack构建
    │   │   └── images                       图片
    │   │   └── css                          css
    │   │       └── common.scss                 公用css
    │   │       └── color.scss                  系统颜色变量
    |   |       └── reset.scss                  覆盖element-ui的样式(此修改用于全局)
    |   |       └── element-variables.scss      element-ui 组件主题色
    |   |   └── iconfont                     iconfont字体图标
    │   ├── mixins                      工程函数(即js文件目录)
    |   |   └── index.js                    常用公用js
    │   ├── routes                          前端路由
    │   │   └── index.js
    │   ├── store                           应用级数据(state)
    │   │   └── index.js
    │   └── views                           页面目录
    │       └── hello.vue
    |── .env.production                      生产环境http请求地址配置
    |__ .env.development                     开发环境http请求地址配置

m-pc's People

Contributors

janyxh avatar

Stargazers

小小鲁班 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.