0.0.0 • Published 8 years ago

vue-prototype v0.0.0

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

vue-prototype

npm npm download circle codecov

Install

$ npm install --save vue-prototype

API

const prototype = require('vue-prototype')

prototype(options).then(stats => {
  // blah...blah...
})

entry

Type: string Default: src/index.js

It could be an app entry like /path/to/app.js or a single component counter.vue

port

Type: number Default: 4000

Server port.

dev

Type: boolean Default: false

Run webpack in development mode.

dest

Type: string Default: ./dist

Dest directory.

template

Type: string

Template path for html-webpack-plugin.

quiet

Type: boolean Default: false

Behaves silently, outputs nothing.

License

MIT © EGOIST