0.0.10 • Published 10 years ago

vueb v0.0.10

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

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

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago