vueb

0.0.10 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i vueb

Weekly Downloads

0

Version

0.0.10

License

MIT

Last publish

Collaborators

  • jameymcelveen