1.3.2 • Published 5 years ago

@fappurbate/fappify v1.3.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Fappify

Fappify is a modification of Buefy created especially for Fappurbate.

Features

  • Keep your current Bulma theme / variables easily
  • Supports both Material Design Icons and FontAwesome
  • Very lightweight with none internal dependencies aside from Vue & Bulma
  • About 60KB min+gzip (with Bulma included)
  • Semantic code output
  • Follows Bulma design and some of the Material Design UX
  • Focus on usability and performance without over-animating stuff

Quick start

You need Vue.js version 2.5+.

1 Install via npm

npm install fappify

2 Import and use Fappify

Bundle

import Vue from 'vue';
import Fappify from '@fappurbate/fappify';
import 'fappify/dist/fappify.css';

Vue.use(Fappify);

or Individual Components

import Vue from 'vue'
import { Field, Input } from '@fappurbate/fappify/dist/components'
import 'fappify/dist/fappify.css'

Vue.use(Field)
Vue.use(Input)

or

import Vue from 'vue'
import Field from '@fappurbate/fappify/dist/components/field'
import Input from '@fappurbate/fappify/dist/components/input'
import 'fappify/dist/fappify.css'

Vue.use(Field)
Vue.use(Input)

Browser support

Recent versions of Firefox, Chrome, Edge, Opera and Safari. IE10+ is only partially supported.

License

Code released under MIT license.

Copyright (c) Fappurbate (https://github.com/fappurbate).

Copyright (c) Rafael Beraldo (https://twitter.com/rafaelpimpa).

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago