Giter Club home page Giter Club logo

element3's Introduction

(wip) element for vue3

  1. 修改 build/bin/buld-entry.js 的 72 行。
  2. 组件加上白名单,比如加一个 'input',执行 npm run dev
  3. 访问文档(也可访问 http://localhost:8086/#/ ),在对应的组件页面调试报错即可,完成的记得标记。
  4. 提交代码前请先拉取代码,commit 时信息格式为 key: content,如 refactor: refactor alert,注意表达简洁易懂。

Install

npm install element3 -S

Quick Start

import 'element3/lib/theme-chalk/index.css'
import { createApp } from 'vue'
import Element3 from 'element3'
import App from './App.vue'

const app = createApp(App)
app.use(Element3)
app.mount('#app')

// or
import {
  ElButton
  // ...
} from 'element3'

Vue.use(ElButton)

注意暂时不要在生产坏境使用

export components

目前已经导出可以使用的组件列表

  • ElButton
  • ElSwitch
  • ElProgress
  • ElLink
  • ElIcon
  • ElBreadcrumb
  • ElBreadcrumbItem
  • ElContainer

Join Discussion Group

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

Join Discusion Group

Contribution

See Contributing Guide.


Special thanks to the generous sponsorship by:

A Vue.js 3.0 UI Toolkit for Web.(WIP)

Links

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.

LICENSE

MIT

element3's People

Contributors

baiyaaaaa avatar coderdiaz avatar csvwolf avatar cuixiaorui avatar dreamacro avatar elfman avatar furybean avatar gonzalo2310 avatar heftykoo avatar iamkun avatar imjustaman avatar island205 avatar jikkai avatar kingwl avatar leopoldthecoder avatar liril-net avatar luckycao avatar motao314 avatar mqycn avatar njleonzhang avatar panjiachen avatar pengchongfu avatar qingwei-li avatar simonaliachen avatar su37josephxia avatar wacky6 avatar waynecz avatar wumacoder avatar yt0379 avatar ziyoung avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.