0.0.2 • Published 5 months ago

vueberry v0.0.2

Weekly downloads
-
License
-
Repository
github
Last release
5 months ago

Vueberry is a lightweight library of responsive UI components for Vue.js.

Documentation

The documentation is in the docs directory, it serves as the demo as well.

Browse online documentation here.

Quick start

You need Vue.js version 3.2.47+.

1 Install npm

npm install vueberry

2 Import and use Vueberry

Bundle

import Vue from 'vue'
import Vueberry from 'vueberry'
import 'vueberry/dist/style.css'

Vue.use(Vueberry)

Versioning

The library is currently under development, but it is already possible to test the alpha version.

0.0.2

5 months ago

0.0.1

5 months ago