This package has been deprecated

Author message:

done

meteoro-ui
TypeScript icon, indicating that this package has built-in type declarations

2.3.5 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i meteoro-ui

Weekly Downloads

6

Version

2.3.5

License

MIT

Unpacked Size

7.46 MB

Total Files

840

Last publish

Collaborators

  • indivisual