Package Exports
- qed-currencies-calculator
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (qed-currencies-calculator) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
QED Currency Calculator
Install
npm i --save qed-currencies-calculatorPreview

import QedCurrencyCalculator from 'qed-currencies-calculator'
import 'qed-currencies-calculator/dist/qed-currency-calculator-style.css'More styles will be available soon.
Usage
Import component
import QedCurrencyCalculator from 'qed-currencies-calculator'
import 'qed-currencies-calculator/dist/qed-currency-calculator-style.css'
const app = new Vue({
components: {
QedCurrencyCalculator,
}
};Allowed currencies
currencies: {
'EUR',
'USD',
'JPY',
'GBP',
'BGN',
'CZK',
'DKK',
'HUF',
'PLN',
'RON',
'SEK',
'CHF',
'ISK',
'NOK',
'HRK',
'RUB',
'TRY',
'AUD',
'BRL',
'CNY',
'HKD',
'IDR',
'ILS',
'INR',
'KRW',
'MXN',
'MYR',
'NZD',
'PHP',
'SGD',
'THB',
'ZAR',
}<div>
<qed-currency-calculator/>
</div>