Skip to content
venice-vue / 0.29.0

venice-vue 0.29.0

Install from the command line:
Learn more about npm packages
$ npm install @juntossomosmais/venice-vue@0.29.0
Install via package.json:
"@juntossomosmais/venice-vue": "0.29.0"

About this version

venice-vue 🎨

UI Components using Vue

Demo

Using as lib

Fist you need to install it using NPM or Yarn.

Yarn

$ yarn add @juntossomosmais/venice-vue

NPM

$ npm i @juntossomosmais/venice-vue

CSS

And import the required css file in your main application file.

import '@juntossomosmais/venice-vue/dist/styles.css'

Most basic example

<template>
  <Button color="primary">Hello!</Button>
</template>

<script>
import { Button } from '@juntossomosmais/venice-vue'
</script>

As develop

Check the README.

Details


Assets

  • venice-vue-0.29.0.tgz

Download activity

  • Total downloads 1,702
  • Last 30 days 0
  • Last week 0
  • Today 0