1.0.0 • Published 5 years ago

main-design v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

Install

NPM

npm i mainto-ui -S

YARN

yarn add mainto-ui

Then you can import components from mainto-ui, equivalent to import manually below.

import { Button } from 'mainto-ui';

If you are using TypeScript,please use ts-import-plugin instead

2. Manually import

import Button from 'mainto-ui/lib/button';
import 'mainto-ui/lib/button/style';

3. Import all components

import Vue from 'vue';
import Mainto from 'mainto-ui';
import 'mainto-ui/lib/index.css';

Vue.use(Mainto);

Contribution

Please make sure to read the Contributing Guide before making a pull request.

Browser Support

Modern browsers and Android 4.0+, iOS 6+.

LICENSE

MIT

1.0.0

5 years ago