• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    公众号

v-easy: 基于Vue2.x开发 , 参考Element风格开发一套UI框架

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称:

v-easy

开源软件地址:

https://gitee.com/link0109/v-easy

开源软件介绍:


仓库地址已更换 v-easy-components

V-easy

Demo

OnlineDemo

Document

Official website

Install

npm install v-easy-message -s

Quick Start

import vEasy from 'v-easy-message'Vue.use(vEasy);

use I18n

import vEasy from 'v-easy-message'import locale from 'v-easy-message/local/en'Vue.use(vEasy, { locale });

use babel

// webpack.base.conf.jsmodule: {    rules: [      {        test: /\.js$/,        loader: 'babel-loader',        include: [resolve('/node_modules/v-easy-message')]      }    ]},// vue.config.js (vue-cli3)transpileDependencies: ['v-easy-message']

Demo

<template>    <VEButton @click="send('info')" class="center" type="primary" icon="chrome" :rotate="true" :circle="true"></VEButton>    <VEPlainInput v-model="str" message="字符超出范围"         :options="{min: 20,max: 30}"         @input="plainInput"></VEPlainInput></template><script>export default {    data() {        return: {            str: ''        }    },    methods: {        plainInput(val) {            console.log(`%c input ${this.str}`, 'color: blue');        },        send(type) {            this.$msg({                type: type, //'success', 'error','info','warning'                message: 'infomation',                duration: 3000,                onClose: () => {                    console.log('callback');                }            });        }    }}</script>

Coming soon(Mobile)

  • TimePicker
  • Loading
  • Alert
  • Avatar
  • List

Coming soon(PC)

  • Loading

LICENSE

MIT


鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
TinyFramework/TinyUiComponent发布时间:2022-02-13
下一篇:
KeyframesToCanvas: 简单的序列帧播放工具发布时间:2022-02-13
热门推荐
热门话题
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap