@matisha001/hview

0.0.1 • Public • Published

hview

npm npm hview

Build Setup

# install dependencies
npm i hview --save

# serve with hot reload at localhost:8080
npm run dev / npm start

# build for production
npm run dist:dev

# build for production with minification
npm run dist:prod

Quick Start

# global imports
import Vue from 'vue'
import hview from 'hview'
Vue.use(hview)

# needs imports way1
import Vue from 'vue'
import { htable, hform } from 'hview'
Vue.use(htable);

# needs imports way2
import Vue from 'vue'
import { htable, hform } from 'hview'
Vue.component('htable', htable);

/@matisha001/hview/

    Package Sidebar

    Install

    npm i @matisha001/hview

    Weekly Downloads

    0

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    123 kB

    Total Files

    10

    Last publish

    Collaborators

    • matisha001