Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@springbuck/flesh

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@springbuck/flesh

Concept UI for Springbuck Apps.

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

Flesh

Table of Content

  • Introduction
  • Installation
  • Usage
  • Licence

Introduction

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

Installation

  • NPM
npm instal @springbuck/flesh --save

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

  • Composer
$ composer require springbuck/flesh

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

  • Manual
    • Download zip at https://github...
    • Extract
    • In
    <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

  • Clone this repo
  • Run npm install
  • Run gulp watch
  • Look at index.html (ideally with a local development webserver)
  • Add any Bootstrap Sass variables into scss/_custom-variables.scss
  • Add any custom styles into scss/_custom-styles.scss. You can use Bootstrap's mixins here.
  • 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.

Keywords

css

FAQs

Package last updated on 10 Feb 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts