nick-vue-wheels

0.0.7 • Public • Published

Vue轮子

Build Status

介绍

这是我在学习Vue过程中做的一个UI框架,希望对你有用

开始使用

  1. 安装框架
    npm i --save nick-vue-wheels
    
  2. 引入框架
    import { Button } from 'nick-vue-wheels'
    import 'nick-vue-wheels/dist/index.css'
    
    export default {
      name: 'app',
      components: {
      'my-button': Button
      }
    }

文档

提问

变更记录

联系方式

贡献代码

Readme

Keywords

none

Package Sidebar

Install

npm i nick-vue-wheels

Weekly Downloads

1

Version

0.0.7

License

MIT

Unpacked Size

1.96 MB

Total Files

17

Last publish

Collaborators

  • nick001