@bizzy-phoenix/components
Vue components for Bizzy Phoenix projects
How to install
$ yarn add @bizzy-phoenix/components
# or
$ npm i @bizzy-phoenix/components
Sample Usage
import Pagination from '@bizzy-phoenix/components/dist/pagination'
Or used untranspiled version:
import Pagination from '@bizzy-phoenix/components/src/pagination'
For Test
If you decied using untranspiled version you need to add ignore pattern like this:
transformIgnorePatterns: ['node_modules/(?!(@bizzy-phoenix/components)/)'],
Available Components
Component | Path Access for import module | CSS Path |
---|
Pagination | @bizzy-phoenix/components/dist/pagination | @bizzy-phoenix/components/dist/pagination.css |
Script for Development
# run eslint
$ yarn run lint
# run test
$ yarn run test
# run build
$ yarn run build
Copyright © 2018 by Bizzy Engineering Team