vue-prototype

0.0.0 • Public • Published

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

Package Sidebar

Install

npm i vue-prototype

Weekly Downloads

1

Version

0.0.0

License

MIT

Last publish

Collaborators

  • rem