# xcrud **Repository Path**: jafey/xcrud ## Basic Information - **Project Name**: xcrud - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-28 - **Last Updated**: 2021-08-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

# xcrud ![GitHub Actions status | GoldSubmarine/xcrud](https://github.com/GoldSubmarine/xcrud/workflows/deploy/badge.svg) xcrud 是一个基于 element-ui & Vue 实现快速增删改查的组件,通过 json 配置表单,摆脱繁琐的变量和 html,是开发后台应用的利器。 ## Documentation 文档风格模仿 element-ui ,参见 [文档](https://goldsubmarine.github.io/xcrud) ## Install ```bash npm install xcrud -S # or yarn add xcrud ``` ## Getting started ```js import Vue from "vue"; import App from "./App.vue"; import router from "./router"; import Element from "element-ui"; import "element-ui/lib/theme-chalk/index.css"; import Xcrud from "xcrud"; // import Xcrud from "xcrud/package/index.js"; // 源码版,需要配置babel编译Xcrud Vue.use(Element); Vue.use(Xcrud, { // your global theme config }); new Vue({ router, render: h => h(App) }).$mount("#app"); ``` ## License [MIT](http://opensource.org/licenses/MIT) Copyright (c) 2019-present, charles