1.0.0 • Published 4 years ago

bizfly-component v1.0.0

Weekly downloads
4
License
-
Repository
-
Last release
4 years ago

bizfly-ui

Cài đặt

Yarn

yarn add bizfly-component@1.0.0

Npm

npm install bizfly-component --save

Import

Trong file main.js

import Vue from 'vue';
import BizflyComponent from 'bizfly-component';
import 'bizfly-component/dist/bizfly-component.css';
import App from './App.vue';

Vue.use(BizflyComponent);

new Vue({
  el: '#app',
  render: h => h(App)
});

Trong file index.html (Public)

<link rel="stylesheet" href="https://bizfly-ui.ss-hn-1.vccloud.vn/v1/staging/bizfly-icons.css">

Chạy storybook

npm run storybook