0.0.4 • Published 4 years ago

fuetify v0.0.4

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

Fuetify —— A Vue UI Framework

Build Status

Author:Fan

Introduction

This is a UI framework made of me while learning Vue

Get Started

  1. add Some CSS

    Before using this framework, please set border-box

    *, *::before, *::after {
      box-sizing: border-box;
    }

    Support IE8+

  2. install fuetify

    npm i -S fuetify

  3. import

    import {Button} from 'fuetify'
    import 'fuetify/dist/index.css'
    
    export default {
      name: 'app',
      components: {
        'f-button': Button
      }
    }

Documentation

Questions

Change Log

Contact

Contributor

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago