eview

0.0.2 • Public • Published

eview

npm npm eview

Build Setup

# install dependencies
npm i eview --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 eview from 'eview'
Vue.use(eview)

# needs imports way1
import Vue from 'vue'
import { etable, eform } from 'eview'
Vue.use(etable);

# needs imports way2
import Vue from 'vue'
import { etable, eform } from 'eview'
Vue.component('etable', etable);

Package Sidebar

Install

npm i eview

Weekly Downloads

5

Version

0.0.2

License

MIT

Unpacked Size

394 kB

Total Files

11

Last publish

Collaborators

  • matisha001