0.0.2-beta • Published 3 years ago

whisper-vue v0.0.2-beta

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

whisper-vue

Build Status

介绍

一个基于vue2.0的PC端组件库

开始使用

  1. 添加css样式 使用此框架前,请在css中开启border-box
*, *::after, *::before {
  box-sizing: border-box
}

IE 8及以上浏览器支持此样式

  1. 安装whisper-vue
yarn add whisper-vue
  1. 引入whisper-vue
import {Button} from 'whisper-vue'
import 'whisper-vue/dist/index.css'
export default {
   name: 'App',
   components: {
   HelloWorld,
   'w-button': Button
   }
}

文档

提问

变更记录

联系方式

贡献代码

0.0.2-beta

3 years ago

0.0.2-b

3 years ago

0.0.2

3 years ago

0.0.1-beta-alpha

3 years ago

0.0.1-beta

4 years ago

0.0.1

4 years ago