1.1.0 • Published 1 year ago

creativept-ui v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago
  • 修改自https://element.eleme.cn/#/
  • 复制自 2.14.1
  • 更新:

    1. 切换到official分支
    2. 下载最新版覆盖
    3. 将master分支rebase到official分支
    4. 全局替换element-ui改为creativept-ui
    5. 更新版本号!!!
    6. 打包 npm run dist
    切换为默认源: npm config set registry https://registry.npmjs.org
    切换为淘宝源: npm config set registry https://registry.npm.taobao.org
    1. npm login
    2. npm publish
    3. git push -f

Element will stay with Vue 2.x

For Vue 3.0, we recommend using Element Plus from the same team (Element Plus is a community develop project)

Links

Install

npm install creativept-ui -S

Quick Start

import Vue from 'vue'
import Element from 'creativept-ui'

Vue.use(Element)

// or
import {
  Select,
  Button
  // ...
} from 'creativept-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

Skip this part if you just want to use Element.

For those who are interested in contributing to Element, please refer to our contributing guide (中文 | English | Español | Français) to see how to run this project.

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.

Contribution

Please make sure to read the contributing guide (中文 | English | Español | Français) before making a pull request.

Special Thanks

English documentation is brought to you by SwiftGG Translation Team:

Spanish documentation is made possible by these community developers:

French documentation is made possible by these community developers:

Join Discussion Group

Scan the QR code using Dingtalk App to join in discussion group :

LICENSE

MIT