GithubHelp home page GithubHelp logo

limeng678 / lemon Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1005 KB

一个好用的Vue组件,点击预览

Home Page: https://limeng678.github.io/Lemon/

License: MIT License

HTML 2.23% JavaScript 40.80% Vue 55.94% Shell 1.03%
vue

lemon's Introduction

Lemon - 一个Vue UI 组件

Build Status

介绍

这是我在学习 Vue 过程中做的一个 UI 框架,希望对你有用。

开始使用

1.添加 CSS 样式

使用本框架前,请在 CSS 中开启 border-box

    *,*::before,*::after{box-sizing: border-box;}
    
    IE 8 及以上浏览器都支持此样式。

2.安装 lemon

    npm i --save lemon1
    
    或者
    
    yarn add lemon1

3.引入 lemon

    import {Button, ButtonGroup, Icon} from 'lemon1'

    export default {
      name: 'app',
      components: {
        'g-button': Button,
        'g-icon': Icon
      }
    }

联系方式

Email: [email protected]

lemon's People

Contributors

limeng678 avatar

Watchers

 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.