1.0.2-rc.0 • Published 3 years ago
request_cb v1.0.2-rc.0
Introduction
样式参考 Element3 文档
Rewrite WIP
- vue3 script setup
- pnpm workspace
- typescript
- vitepress
- vitest
- tailwind.css && sass
@todo
Quick Start
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
Documentation
To check out live docs, visit website
Questions
TODO
Issues
Please make sure to read the Issue Reporting Checklist 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.
Contribution ✨
Please make sure to read the Contributing Guide before making a pull request. If you have a Element3-related project/component/tool, add it with a pull request to this curated list!
Thank you to all the people who already contributed to Element3!
Join Discussion Group
Scan the QR code using Dingtalk App to join in discussion group :
@todo
- table
- table-simple
- description
- Result
- Empty
- Statistic
- progress barl
- Skeleton
- Space
- other ...