visam

1.1.8 • Public • Published

VISAM UI

A UI Framework for Vue 2.0


FEATURES

  • meticulous design UI
  • dozens of components in common usaged
  • friendly API
  • highly extensible & easily customized
  • with developer documentations & demo

INSTALL

npm install visam --save
import visam from 'visam'
import 'visam/lib/visam.css'

Vue.use(visam)

 

TREE SHAKING
npm i babel-plugin-component -D
// babel.config.js
plugins: [
  ["component", {
    libraryName: "visam",
    libDir: "lib/src",
    style: false,
  }],
]
import { vsmButton } from 'visam';

Vue.use(vsmButton);

DOCUMENTATION

Developer Documentation You can also find out all of the functions、components & api by downloading this repository at present.

npm i
npm run serve

Then visit localhost:27149

Readme

Keywords

none

Package Sidebar

Install

npm i visam

Weekly Downloads

1

Version

1.1.8

License

none

Unpacked Size

741 kB

Total Files

44

Last publish

Collaborators

  • ithan