All Projects → singod → jeui

singod / jeui

Licence: MIT license
JEUI,是一套基于 Vue 2.0 为开发者、设计师和产品经理准备的 的开源 UI 组件库,主要服务于 PC 界面的中后台产品。

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
HTML
75241 projects
CSS
56736 projects

JEUI

Jeui is a high quality UI components 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 is a high quality UI components 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].