venice-vue
/
0.27.3
venice-vue 0.27.3
Install from the command line:
Learn more about npm packages
$ npm install @juntossomosmais/venice-vue@0.27.3
Install via package.json:
"@juntossomosmais/venice-vue": "0.27.3"
About this version
UI Components using Vue
✨ Demo
Fist you need to install it using NPM or Yarn.
$ yarn add @juntossomosmais/venice-vue
$ npm i @juntossomosmais/venice-vue
And import the required css file in your main application file.
import '@juntossomosmais/venice-vue/dist/styles.css'
<template>
<Button color="primary">Hello!</Button>
</template>
<script>
import { Button } from '@juntossomosmais/venice-vue'
</script>
Check the README.