Skip to content
/ jeui Public

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

License

Notifications You must be signed in to change notification settings

jeui/jeui

Repository files navigation

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的每一处细节都经过精心雕琢,非常适合界面的快速开发。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published