Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

dora

dora-js233MIT0.6.1

A fully pluggable server for development.

readme

NPM version Build Status Coverage Status NPM downloads

Dora

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

changelog

HISTORY


0.5.0

  • support private module for plugin

0.4.4

  • fix json paramters

0.4.3

  • babel-runtime as deps

0.4.2

  • enhance error catch, Ref: #76

0.4.1

  • support dora.config.js, Ref: #66

0.4.0

  • use babel-runtime and transform-runtime instead of babel polyfill

0.3.3

  • feat: add options for koa middleware server-index and static 5938f85
  • fix: eslint error