scarab-styleguide
v1.0.2
Published
Generate living styleguides from scarab-carapace config
Downloads
1
Readme
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 install
Place your project's
scarab.config.json
file 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 build
For detailed explanation on how things work, consult the docs for vue-loader.