1.0.0 • Published 4 years ago

bizfly-ui v1.0.0

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

bizfly-ui

Cài đặt

Yarn

yarn add "git+https://dungvt:1zKuKH3RFxnS21Ks8sUP@git.paas.vn/devteam/bizfly-ui.git"

Npm

npm install "git+https://dungvt:1zKuKH3RFxnS21Ks8sUP@git.paas.vn/devteam/bizfly-ui.git" --save

Import

Trong file main.js

import Vue from 'vue';
import BizflyUI from 'bizfly-ui';
import 'bizfly-ui/dist/bizfly-ui.css';
import App from './App.vue';

Vue.use(BizflyUI);

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