vedana

Vue2 UI Framework

Usage no npm install needed!

<script type="module">
  import vedana from 'https://cdn.skypack.dev/vedana';
</script>

README

Getting Started

  1. npm install vedana

import Vue from 'vue' import Vedana from 'vedana' Vue.use(Vedana)

import { VListItem } from 'vedana'

new Vue({ components: { ListItem } })

  1. And in your Template

<VListItem>Some header</VListitem>