1.0.0 • Published 4 years ago

alloy-vue-blocks v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

alloy-vue-blocks GitHub Actions status | GoldSubmarine/alloy-vue-blocks

alloy-vue-blocks 是一个基于 element-ui & Vue 实现快速增删改查的组件,通过 json 配置表单,摆脱繁琐的变量和 html,是开发后台应用的利器。

Documentation

文档风格模仿 element-ui ,参见 文档

Install

npm install alloy-vue-blocks -S
# or
yarn add alloy-vue-blocks

Getting started

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 AV_Blocks from "alloy-vue-blocks";

Vue.use(Element);
Vue.use(AV_Blocks, {
  // your global theme config
});

new Vue({
  router,
    render: h => h(App)
}).$mount("#app");

License

MIT

Copyright (c) 2019-present, charles