vueb

Include *.vue components in browser without a build step.


License
MIT
Install
npm install vueb@0.0.10

Documentation

vueb

NPM version NPM downloads Build Status

Include *.vue components with a <script> tage, without a build step. This works great for prototyping!

!!UNDER CONSTRUCTION!!

hope to have version 1.0 published by end of Sep 2016

Purpose

vueb.js exist for quick prototyping and development!
As a fundamental necessity vueb.js dangerously executes functions as eval.

vueb.js should only be used for development or prototyping never for release or production you can build using vueb-cli or your favorite build method.

# usage: vueb <input file> -o <output dir>
# example:
$ vueb ./index.html -o ./dist

Install

$ npm install vueb --save-dev
# and/or
$ npm bower install --save

Roadmap

Complete CI