@repackel/repack
Version:
A repackage of element-ui to help you build pages faster.
61 lines (38 loc) • 1.74 kB
Markdown
[](https://open.vscode.dev/repackel/repack)







---
⚡⚡⚡
A powerful, flexible, and configurable TABLE and FORM **generator** with data-driven view.
Please read the documentation before using in production
⚡⚡⚡
---
Based on element-ui.
Repackaged the TABLE and FORMITEM components that are frequently used in management systems.
It was designed to be configurable from object data.
## 🛰️ Install

```bash
npm i @repackel/repack -D
```
> Import style, optional
```javascript
import '@repackel/repack/assets/style.css';
```
## 📜 Document
- [FormItem](./FormItem/readme.md)
- [Table](./Table/readme.md)
> 中文文档
- [FormItem](./FormItem/readme.zh.md)
- [Table](./Table/readme.zh.md)
## 🔮 Live Demo
- [CodeSandBox development Demo](https://codesandbox.io/s/github/repackel/repack-demo?file=/src/demo.vue)
- [Demo source code](https://github.com/repackel/repack-demo/)
## 🎈 Code Snippet
- [Using code snippets in VS code](./codeSnippets/readme.md)
- [在 VS code 中使用代码片段](./codeSnippets/readme.zh.md)