@bizzy-phoenix/components

Vue components for Bizzy Phoenix projects - Part of Bizzy Common Web

Usage no npm install needed!

<script type="module">
  import bizzyPhoenixComponents from 'https://cdn.skypack.dev/@bizzy-phoenix/components';
</script>

README

@bizzy-phoenix/components

Vue components for Bizzy Phoenix projects

version downloads lerna

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

Bizzy Indonesia

Copyright © 2018 by Bizzy Engineering Team