vue-ice-ui

1.0.26 • Public • Published

<<<<<<< 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框架 (日后会慢慢实现的!)

Package Sidebar

Install

npm i vue-ice-ui

Weekly Downloads

65

Version

1.0.26

License

MIT

Unpacked Size

2.54 MB

Total Files

44

Last publish

Collaborators

  • yellowice