0.6.1 • Published 5 years ago

dora v0.6.1

Weekly downloads
185
License
MIT
Repository
github
Last release
5 years ago

NPM version Build Status Coverage Status NPM downloads

Dora

npm.io

A fully pluggable server for development.


Install

$ npm i dora -g 

Usage

## Load proxy, webpack and hmr plugins
$ dora --plugins proxy,webpack,hmr

## Load local plugin
$ dora --plugins ./local-plugin

## Load plugin with arguments
$ dora --plugins foo?optionA=/foo/&optionB

## Load plugin with JSON arguments
$ dora --plugins 'foo?{"optionA":"/foo/","optionB":true}'

Docs

License

MIT