GithubHelp home page GithubHelp logo

zhuy2018 / jdfinance Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hhxue/jdfinance

0.0 1.0 0.0 79 KB

根据京东金融wap设计页完成vue项目,自搭框架,可完美兼容各版本移动端

CSS 3.38% Vue 84.08% JavaScript 11.70% HTML 0.84%

jdfinance's Introduction

组件式开发

文件app目录
├── css  //css抽象
│   ├── element.scss
│   ├── layout.scss
│   └── reset.scss
│
├── js	
│    ├── core  //核心组件
│        ├── btn.vue     //按钮
│        ├── panel.vue   //面板
│        └── slider.vue  //轮播图
│    ├── home    //首页组件
│    ├── ious    //白条组件
│    ├── money   //理财组件
│    ├── public  //公共组件 
│    ├── raise   //众筹组件
│    ├── router  
│        └── index.js //路由配置
│    ├── App.vue
│    ├── main.js      //入口文件
│    ├── package.json //包依赖文件
│    └── viewport.js  //px2rem
│    
└── views	//视图
    └── index.html

项目注意点

  • 自适应方案 —— github中hotcss终极版方案 需要看看 参考:http://www.dailibu.com/html-css/20160520187/DongTaiJiSuanhtmlDefont-size 自动化适配,不需要考虑多设备,只根据当前设备设置,其他设备自动适配!!!!!

  • slider开源的组件 vue-awesome-swiper

  • 布局要先整体,再局部

  • icon 图标不用图片,用图标 字体文件

jdfinance's People

Contributors

hhxue avatar

Watchers

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