Code Monkey home page Code Monkey logo

WDUI

Build Status Coverage Status npm package License: MIT

安装

npm i wdui@latest --save-dev

引入

整体引入

import Vue from 'vue'
import * as wdui from 'wdui' //整体引入
import 'wdui/lib/styles/theme-default/index.css' //引入样式文件

Vue.use(wdui)

按需引入(使用 babel-plugin-component 插件)

npm i babel-plugin-component --save-dev

修改 babel 配置文件 .babelrc, 添加 babel-plugin-component 插件

{
  "plugins": ["transform-vue-jsx", "something else" ,["babel-plugin-component", {
    "libraryName": "wdui",
    "style": false
  }]],
}

按需引入

import {Header} from 'wdui'

export default {
  components: {
    'wd-header': Header
  }
}

Tips

  • 全部组件使用 REM 布局实现多终端适配,使用本组件库时请搭配使用 lib-flexible 方案。
  • 兼容性: Android 4.4 + , iOS 6 +

Contribute

请参考 Contribute Guide 后提交 Pull Request。

Acknowledgements

wdui 开发时曾参考过以下项目:

License

MIT

wdfe's Projects

ideploy icon ideploy

a simple deploy platform written by nodejs and reactjs

wdui icon wdui

Mobile UI Components Library based on Vue 2.0 at Weidian

weweb icon weweb

兼容小程序写法的web开发框架

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.