Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 824 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 824 Bytes

Flexbox Utility Playground

Author: Sean Becker : RabbitWerks.js

This project is a frontend application that demostrates the power of my Flexbox Utility Library. The basic concept that runs the app is class-based flexbox rules. Instead of writing your own most-of-the-time general use styles using Flexbox, the majority of work is abstracted away into basic changeable classes. Harnessing the power of Vue.js, dynamic changes can be applied on the fly. Check it out!

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.