More Premium Hugo Themes Premium Vue Themes

Vue Crud

Vue.js based REST-ful CRUD system

Vue Crud

Vue.js based REST-ful CRUD system

Author Avatar Theme by what-crud
Github Stars Github Stars: 839
Last Commit Last Commit: Apr 27, 2021 -
First Commit Created: Apr 29, 2023 -
default image

Overview

Vue CRUD is a versatile application that allows users to create and manage tables, as well as build content management systems or extended customer relationship management platforms. Built with Vue.js, it offers fast performance compared to platforms like Wordpress or Joomla. It utilizes the Vue.js ecosystem, including Vuex and Vuetify, and is designed to work with REST APIs. With Vue CRUD, users can perform various operations on records, apply filters, view data in different formats, and access additional features such as datatable mechanisms and an authentication system.

Features

  • CRUD operations on records: store, update, suspend/restore, delete, multiple update, multiple suspend/restore, multiple delete
  • Filtering options: show active/inactive records, search phrase in whole table, search phrase in selected column
  • Different item view versions: client-side for small tables, and server-side for large tables
  • Table and tree item view types
  • Datatable mechanism for selecting the number of records per page, page transition, and sorting
  • Management of child tables from the parent table module
  • Export data to Excel (xlsx)
  • Table refreshing
  • Authentication system with login form, optional locale selection, and redirecting to the app
  • App layout components including toolbar, sidebar, alerts system, and footer
  • Support for different types of fields in record creation/editing forms, such as input, number, decimal, textarea, select, datepicker, timepicker, checkbox, files, dynamic fields, and custom fields
  • Support for mobile devices

Installation

To quickly test the Vue CRUD application without having your own API ready, you can use the example templates provided. Follow these steps:

  1. Clone Vue CRUD.
  2. Run the following commands:
npm install
npm run serve
  1. Choose one of the available templates (e.g., empty, simple-crud, sandbox, crm, cms) and run the command accordingly. For example:
npm run scaffold:simple-crud
  1. If you have your own API prepared, modify the src/config/api.js file with the necessary API configuration.
  2. Access the app in your browser, typically at http://localhost:8080.

For detailed usage instructions, API documentation, and demo versions, please refer to the official documentation and demo links provided in the article.

Summary

Vue CRUD is a powerful application built with Vue.js that offers a wide range of features for creating and managing tables, building content management systems, and implementing a variety of CRM functionalities. Its integration with the Vue.js ecosystem and support for REST APIs make it a versatile tool for developers. With its intuitive interface, mobile-friendly design, and extensive customization options, Vue CRUD provides an efficient solution for handling data manipulation tasks.