0.0.12 • Published 2 years ago

@debionetwork/ui-components v0.0.12

Weekly downloads
-
License
AGPL-3.0
Repository
github
Last release
2 years ago

Node.js version Medium

Quick install

DeBio Ui is a collection of components (vue based) jointly developed by the DeBio team, which is intended to make it easier to develop a project without having to re-create your components repeatedly.

NPM

npm install @debionetwork/ui-components

or

Yarn

yarn add @debionetwork/ui-components

Bower

bower install @debionetwork/ui-components

Import

After installation, you can import the package into your project using this snippet:

import UiComponents from "@debionetwork/ui-components"
import "@debionetwork/ui-components/dist/debionetwork-ui-components.css"

Vue.use(UiComponents)

new Vue({
  UiComponents, // <-- Put here
  render: h => h(App)
}).$mount("#app")

And you can use it in all your pages or components

0.0.11

2 years ago

0.0.12

2 years ago

0.0.10

2 years ago

0.0.8-beta.1

2 years ago

0.0.8-beta.0

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago