1.0.2 • Published 7 years ago

scarab-styleguide v1.0.2

Weekly downloads
1
License
BSD-3-Clause
Repository
-
Last release
7 years ago

scarab-styleguide

Generate living styleguides from scarab-carapace config

Demo

View a demo styleguide, generated from the default scarab-carapace config:
http://scarab-styleguide.surge.sh/

Quickstart

  1. Clone project from Github:
git clone https://github.com/watchtowerdigital/scarab-styleguide.git my-styleguide
  1. Install dependencies:
cd my-styleguide && npm install
  1. Place your project's scarab.config.json file in the root styleguide folder.

  2. Serve styleguide at http://localhost:8080, with proxy at port 3000:

npm run dev
  1. To build styleguide for production, run:
npm run build

For detailed explanation on how things work, consult the docs for vue-loader.