2 Star 14 Fork 4

arts / jeui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 876 Bytes
一键复制 编辑 原始数据 按行查看 历史
jeArts 提交于 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

搜索帮助