UNPKG

@ironcladgeek/iran-custom-calc

Version:

Simple handy application for calculating Iranian customs declaration and warehouse prices

9 lines (7 loc) 140 B
import './bootstrap.js'; import Vue from 'vue'; import App from './App.vue'; new Vue({ el: '#app', render: h => h(App) });