JEUI 是一款基于VUE2.0的国产前端UI组件库,遵循原
JEUI
InstallJeui a set of Vue 2.0 based high quality, simple, easy to use, lightweight front-end UI component library!
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
版权声明:
1、该文章(资料)来源于互联网公开信息,我方只是对该内容做点评,所分享的下载地址为原作者公开地址。2、网站不提供资料下载,如需下载请到原作者页面进行下载。