Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hug-sun/element3
A Vue.js 3.0 UI Toolkit for IT Education. Build with JS&TS
https://github.com/hug-sun/element3
element-ui element3 vue3
Last synced: 3 days ago
JSON representation
A Vue.js 3.0 UI Toolkit for IT Education. Build with JS&TS
- Host: GitHub
- URL: https://github.com/hug-sun/element3
- Owner: hug-sun
- License: mit
- Created: 2020-07-24T11:51:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-09T14:54:34.000Z (6 months ago)
- Last Synced: 2024-11-20T03:22:19.697Z (23 days ago)
- Topics: element-ui, element3, vue3
- Language: JavaScript
- Homepage: https://e3.shengxinjing.cn/
- Size: 22.1 MB
- Stars: 3,277
- Watchers: 58
- Forks: 1,005
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.en-US.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - hug-sun/element3 - A Vue.js 3.0 UI Toolkit for IT Education. Build with JS&TS (JavaScript)
README
## Introduction
A Vue.js 3.0 UI Toolkit for Web.
## Install
```shell
npm install element3 -S
```## Quick Start
```js
import { createApp } from 'vue'
import App from './App.vue'
// import style
import 'element3/lib/theme-chalk/index.css'
import Element3 from 'element3'// global import
createApp(App).use(Element3).mount('#app')// or according to the need to import
import {
ElLink,
ElButton
// ...
} from 'element3'createApp(App).use(ElLink).use(ElButton)
```## About
- base on [element-ui](https://github.com/ElemeFE/element)
- Table Component base on [element-plus](https://github.com/element-plus/element-plus)
- rewrite Table is WIP## Documentation
To check out live docs, visit [website](https://element3-ui.com/)
## Questions
TODO
## Issues
Please make sure to read the [Issue Reporting Checklist](TODO) before opening an issue. Issues not conforming to the guidelines may be closed immediately.
## Changelog
Detailed changes for each release are documented in the [CHANGELOG](https://github.com/kkbjs/element3/blob/master/CHANGELOG.md).
## Contribution ✨
use yarn instead of npm
Please make sure to read the [Contributing Guide](https://juejin.im/post/6864462363039531022) before making a pull request. If you have a Element3-related project/component/tool, add it with a pull request to [this curated list](TODO)!
Thank you to all the people who already contributed to Element3!
shengxinjing
💻🎬
cuixiaorui
💻
大帅ezshine
🧩📺
blackNezha
💻
村长
🎬💻
全栈然叔
🚌
轩姐JustAMan
💻## Join Discussion Group
Scan the QR code using [Dingtalk App](https://www.dingtalk.com/) to join in discussion group :
## @todo
1. table
2. table-simple
3. description
4. Result
5. Empty
6. Statistic
7. progress barl
8. Skeleton
9. Space
10. other ...
## License[MIT](http://opensource.org/licenses/MIT)