Vue Crud

screenshot of Vue Crud
vue
vuepress
scss
vuetify

Vue.js based REST-ful CRUD system

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
vue
Vue

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

vuepress
Vuepress

VuePress is a minimalistic static site generator based on Vue.js that allows developers to create fast, SEO-friendly, and customizable documentation websites.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

vuetify
Vuetify

Vuetify is a no design skills required UI Library with beautifully handcrafted Vue Components.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

material-design
Material Design

Material Design is a design system developed by Google that provides a set of guidelines, components, and tools for creating visually appealing and functional user interfaces. Material Design is designed to be flexible and customizable, making it a great choice for a wide range of applications and use cases.

webpack
Webpack

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.