Skip to content

crazyones110/Fuetify

Repository files navigation

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+

  1. install fuetify

npm i -S fuetify

  1. import
import {Button} from 'fuetify'
import 'fuetify/dist/index.css'

export default {
  name: 'app',
  components: {
    'f-button': Button
  }
}

Documentation

Questions

Change Log

Contact

Contributor