@springbuck/flesh

0.0.1 • Public • Published

Flesh

Table of Content

  • Introduction
  • Installation
  • Usage
  • Licence

Introduction

A UI concept for springbuck apps. consisting of styles, markups and behaviour.

Installation

  1. NPM
npm instal @springbuck/flesh --save

"dependencies": {
    ...
    "@springbuck/flesh": "~0.0.0",
    ...
}

  1. Composer
$ composer require springbuck/flesh

"require": {
    ...
    "springbuck/flesh": "~0.0.0",
     ..
}

  1. Manual
    <link></link>
    <script></script>

Prerequisites

  • This works on Windows, macOS and Linux.
  • Node Package Manager and Gulp are required. Make sure you can run gulp -v and npm -v.
  • You can get Node at nodejs.org, then install gulp using npm install gulp-cli -g

Getting started

  1. Clone this repo
  2. Run npm install
  3. Run gulp watch
  4. Look at index.html (ideally with a local development webserver)
  5. Add any Bootstrap Sass variables into scss/_custom-variables.scss
  6. Add any custom styles into scss/_custom-styles.scss. You can use Bootstrap's mixins here.
  7. Repeat steps 4 to 6 until you like what you see :-)

Thanks to:

Alexander Rechsteiner

Documentation

Visit FLESH DOCS or http://

Licence

Released under the MIT License, LICENSE.

Package Sidebar

Install

npm i @springbuck/flesh

Weekly Downloads

2

Version

0.0.1

License

MIT

Unpacked Size

18.4 MB

Total Files

208

Last publish

Collaborators

  • springbuck