UNPKG

@repackel/repack

Version:

A repackage of element-ui to help you build pages faster.

61 lines (38 loc) 1.74 kB
[![Open in VS Code](https://open.vscode.dev/badges/open-in-vscode.svg)](https://open.vscode.dev/repackel/repack) ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/repackel/repack/Node.js%20Package) ![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/repackel/repack) ![npm](https://img.shields.io/npm/v/@repackel/repack) ![npm](https://img.shields.io/npm/dm/@repackel/repack) ![jsDelivr hits (npm)](https://img.shields.io/jsdelivr/npm/hm/@repackel/repack) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/repackel/repack) ![GitHub last commit](https://img.shields.io/github/last-commit/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 ![NPM](https://nodei.co/npm/@repackel/repack.svg) ```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)