Giter Site home page Giter Site logo

chinaberg / market-ui Goto Github PK

View Code? Open in Web Editor NEW
50.0 5.0 7.0 2.91 MB

简洁高效的Vue.js组件库。

Home Page: https://lengchui.gitee.io/market-ui-docs/#/

License: MIT License

JavaScript 16.98% HTML 0.29% Vue 62.61% CSS 20.11%
vue vueui vuejs elementui antd ant-design ant-design-vue component

market-ui's Introduction

Market-Ui

Committed to the efficient development of PC end in the background products Vue.js Component library.

文档截图

Document

Install

npm i market-ui -S

Quick Start

  • Global
import Vue from 'vue'
import MarketUi from 'market-ui'
import 'market-ui/lib/styles/index.css'

Vue.use(MarketUi);
  • On demand
import Vue from 'vue'
import { Button } from 'market-ui'
import 'market-ui/lib/styles/button.css';

Vue.use(Button);

install babel-plugin-component:

npm i babel-plugin-component -D

Create the . Babelrc configuration file in the root directory:

{
  "plugins": [
    [
      "component",
      {
        "libraryName": "market-ui",
        "styleLibraryName": "styles"
      }
    ]
  ]
}

use demo:

import Vue from 'vue'
import { Button, Switch } from 'market-ui'

Vue.use(Button).use(Switch);

Organization

Welcome to the group and the author face-to-face discussion, component library infrastructure and development experience, put forward requirements and common maintenance! Looking forward to your joining ~

QQ
qq群二维码
Wechat
微信群二维码

LICENSE

MIT

Star

If you like the market UI component library, thank you very much for giving a star or participating in project maintenance ~

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.