2 Star 15 Fork 4

arts / jeui

Create your Gitee Account
Explore and code with more than 8 million developers,Free private repositories !:)
Sign up
Clone or Download
README.md 876 Bytes
Copy Edit Web IDE Raw Blame History
jeArts authored 2020-08-26 15:00 . release jeui

JEUI

Jeui a set of Vue 2.0 based high quality, simple, easy to use, lightweight front-end UI component library!

Install

Using npm:

npm install jeui --save

Start

Using a script tag for global use:


<script src="https://cdn.jsdelivr.net/npm/vue"></script>
<script src="https://cdn.jsdelivr.net/npm/jeui"></script>

You can find more info on the website.

Usage

<template>
  <je-layer v-model="show" >
    <p>Jeui a set of Vue 2.0 based high quality, simple, easy to use, lightweight front-end UI component library!</p>
  </je-layer>
</template>
<script>
  export default {
    data () {
      return {
        show: false
      }
    }
  }
</script>

Using css via import:

import 'jeui/lib/jeui.css';

License

MIT

Copyright (c) 2019-present, JEUI

JavaScript
1
https://gitee.com/jearts/jeui.git
git@gitee.com:jearts/jeui.git
jearts
jeui
jeui
master

Search

E71a60c3 8189591 Df7b7c6b 8189591