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
contribute
Sync branch
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README.md

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

About

JEUI 是一款基于VUE2.0的国产前端UI组件库,遵循原生HTML/CSS/JS的书写与组织形式, 大大影响了开发速度. UI组件库,门槛极低,拿来即用。其外在极简,却又不失饱满的内在,体积轻盈,组件丰盈,从核心代码到API的每一处细节都经过精心雕琢,非常适合界面的快速开发。 expand collapse
JavaScript and 4 more languages
MIT
Cancel

Releases

No release

Contributors

All

Activities

Load More
can not load any more
JavaScript
1
https://gitee.com/jearts/jeui.git
git@gitee.com:jearts/jeui.git
jearts
jeui
jeui
master

Search