vue-crud-toolkit

Vue crud toolkit

Usage no npm install needed!

<script type="module">
  import vueCrudToolkit from 'https://cdn.skypack.dev/vue-crud-toolkit';
</script>

README

vue-crud-toolkit

Vue Crud Toolkit is a fast and beautiful CRUD Admin creation tool.

Features

  • Dashboard with pagination and filter
  • Detail
  • Create
  • Update
  • Remove
  • Trash
  • Purge
  • Restore
  • Flexible customization

Examples

Visit live examples

Prerequisites

You need install vuetify before install this package.

import Vue from "vue";
// import Vuetify from "vuetify/lib/framework";
import Vuetify from "vuetify";
import "vuetify/dist/vuetify.min.css";

Install

yarn add vue-crud-toolkit

or

npm install --save vue-crud-toolkit

How to use

import Vue from "vue";
import VueCrudToolkit from "vue-crud-toolkit";

Vue.use(VueCrudToolkit);

And live examples and docs.

Documentation

To check out live examples and docs, visit website

Contributing

git clone git@github.com:hieunv495/vue-crud-toolkit.git

Changelog

4.0.1

  • Fix touchless composition window

4.0.0

  • Add detail create update in one view
  • Add filter for normal and trash
  • Add access options
  • Update apiGetOne to apiDetail

3.2.0

  • Add form mixin

3.1.1

  • Remove location back when close detail in composition router
  • Add bus event 'refresh-dashboard', 'refresh-detail'
  • Add bus events documentation

3.1.0

  • Add custom header, title, actions in composition

3.0.0

  • Config composition with provide/inject
  • Show error and custom error in CrudDashboard

2.0.1

  • Fix detail load id null

2.0.0

  • Update new api request structure
  • Add custom text feature

1.0.0

First release

Authors

hieunv495

License

This project is licensed under the MIT License - see the LICENSE.md file for details