blinks

0.0.1 • Public • Published

Blinks

Handy documentation app for blinkist products. Check example folder for advanced features.

Quick Start

Install blinks globally via npm

npm install -g blinks

Then use cli

# will create docs folder if not exists with dummy README.me file
blinks init
 
# serve docs folder with hot reload at localhost:8080
blinks dev
 
# build static docs site
blinks build

Local installation

# install blinkist-doc locally
npm install --save blinks

then add npm scripts into your package.json

{
  "scripts": {
    "docs:init": "blinks init",
    "docs:dev": "blinks dev",
    "docs:build": "blinks build"
  }
}

Build Setup

# install dependencies
npm install
 
# serve with hot reload at localhost:8080
cd example && ../bin/blinks
 
# build for production release
npm run build

TODO

Known Issues

Hot reload sometimes? stops reloading, dropping poi and using webpack directly can fix.


Built with poi and vue.

Readme

Keywords

none

Package Sidebar

Install

npm i blinks

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • blinkster