2.3.5 • Published 6 years ago

meteoro-ui v2.3.5

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

A Vue.js 2.0 Component System for Indra.

Install

npm install meteoro-ui -S

Quick Start

import Vue from 'vue'
import Meteoro from 'meteoro-ui'

Vue.use(Meteoro)

// or
import {
  Select,
  Button
  // ...
} from 'meteoro-ui'

Vue.component(Select.name, Select)
Vue.component(Button.name, Button)

For more information, please refer to Quick Start in our documentation.

Browser Support

Modern browsers and Internet Explorer 10+.

Changelog

Detailed changes for each release are documented in the release notes.

FAQ

We have collected some frequently asked questions. Before reporting an issue, please search if the FAQ has the answer to your problem.

LICENSE

MIT