1.0.2 • Published 8 years ago
scarab-styleguide v1.0.2
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
- Clone project from Github:
git clone https://github.com/watchtowerdigital/scarab-styleguide.git my-styleguide- Install dependencies:
cd my-styleguide && npm installPlace your project's
scarab.config.jsonfile in the root styleguide folder.Serve styleguide at
http://localhost:8080, with proxy at port3000:
npm run dev- To build styleguide for production, run:
npm run buildFor detailed explanation on how things work, consult the docs for vue-loader.
1.0.2
8 years ago