1.0.26 • Published 6 years ago

vue-ice-ui v1.0.26

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

<<<<<<< HEAD

PC-Desktop-Style vue plugin project

It's a vue plugin project that develops very slow, but still going on.
这是一个PC端桌面风格的vue插件项目,开发进度会非常非常慢 毕竟只有我一个人 :)

It's a project still under construction, pleace make sure you really want to download before downloading
注意了!目前项目还在摸索和建设中,下载之前先确定你真的想要下载哦!

github: https://github.com/Hobeein/vue-ice-ui

Usage 用法

# install vue-ice-ui  
# 如下指令,下载插件

npm i vue-ice-ui
// setting in main.js  
// 在main.js中进行如下设置

import Vue from 'vue'
import vueIceUI from 'vue-ice-ui'

Vue.use(vueIceUI)
<!-- usage in component -->  
<!-- 在组件中使用 -->
<template>
  <div>
    <ice-window
      :identity="id" <!-- REQUIRED -->
      :width="800"   <!-- type: Number & default 500px -->
      :height="600"  <!-- type: Number & default 400px -->
      :title="window's title" <!-- type: String -->
      :top="50"      <!-- type: Number -->
      :left="100"    <!-- type: Number -->
      :setAnimateTime="1000"
      <!-- type: Number | Unit of time: ms & default 500ms -->
    >Text or HTML in here</ice-window>
  </div>
</template>

vue-ice-ui

It's a collection of computer desktop-style plugins for vue
这个项目将要做成PC桌面风格的vue UI框架 (日后会慢慢实现的!)

1.0.26

6 years ago

1.0.25

6 years ago

1.0.24

6 years ago

1.0.23

6 years ago

1.0.22

6 years ago

1.0.21

6 years ago

1.0.20

6 years ago

1.0.19

6 years ago

1.0.18

6 years ago

1.0.17

6 years ago

1.0.16

6 years ago

1.0.15

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago