README
Pacos
Pacos is a front-end framework created for setting up projects fast and reuse code more efficiently.
Installation
npm i @23g/pacos
Table of contents
Guidelines
We follow the scss/css guidelines from Airbnb. Read their documentation for the guidelines.
JS
Component library
Usage
import Pacos from '@23g/pacos';
Vue.use(Pacos, {
/*
inlineLabel: true,
svgSpritePath: '/svg/sprite-symbol.svg',
prefix: 'P',
precision: 2,
currency: 'EUR',
currencyDisplayKey: 'symbol',
currencySelectDisplayKey: 'label',
currencies: [
{
entity: '€',
label: 'EUR',
symbol: '€',
value: 'EUR',
},
{
entity: 'US$',
label: 'USD',
symbol: 'US