0.0.19 • Published 2 years ago

mc-element-ui v0.0.19

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

A Vue.js 2.0 UI Toolkit for Web.

Element will stay with Vue 2.x

For Vue 3.0, we recommend using Element Plus from the same team

Install

npm install element-ui -S

Quick Start

import Vue from "vue";
import Element from "element-ui";

Vue.use(Element);

// or
import {
  Select,
  Button,
  // ...
} from "element-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+.

Development

本地启动

npm run dev

本地开发演示

npm run dev:play

构建网站

npm run deploy:build

构建组建库

npm run dist

发布私服

mnpm publish

发布网站到 mws

npm run pub_test //发布测试
npm run pub_prod //发布生产

LICENSE

MIT