@vubular/invoicing

Simple invoicing solution

Usage no npm install needed!

<script type="module">
  import vubularInvoicing from 'https://cdn.skypack.dev/@vubular/invoicing';
</script>

README

@vubular/invoicing

Overview

vue-invoicing is a invoice composing component which runs in vue.js.

Install

npm install --save @vubular/invoicing

Import using module

use this code in app.js(entry js):

import VubularInvoicing from 'vubular-invoicing';
Vue.use(VubularInvoicing);

Usage

<vubular-invoicing fields="name,offer,discount:edit,price,quantity:edit,unit:edit,vat:edit,totalVat:edit"></vubular-invoicing>

License

MIT License