🔥 cool-admin一个很酷的后台权限管理框架,模块化、插件化、CRUD极速开发,永久开源免费,基于vue3、element-plus、pinia、vite、tailwindcss、i18n等构建
-
Updated
Nov 12, 2025 - Vue
CRUD is an acronym that stands for create, read, update and delete in the context of database queries or HTTP verbs in case of REST APIs.
| CRUD | SQL | HTTP |
|-|-|-|
| Create | INSERT | POST |
| Read | SELECT | GET |
| Update | UPDATE | PUT to replace, PATCH to modify |
| Delete | DELETE | DELETE |
🔥 cool-admin一个很酷的后台权限管理框架,模块化、插件化、CRUD极速开发,永久开源免费,基于vue3、element-plus、pinia、vite、tailwindcss、i18n等构建
Single Page App with Flask and Vue.js
Vue.js based REST-ful CRUD system
A Crud Admin Dash made from Vue, Vuex, Vue-Router and Vuetify. Features working Notification system, Login system, JWT system, Store, Data tables
🏭 (Beta) 轻量级无代码/低代码 H5、表单编辑器。Lightweight no-code/low-code editor for website、H5 page and Form. Build your page without code!
A Complete Single Page Application using Vue, Vue Router, Bootstrap-Vue, Vuex and all....
Testing a project with a FastAPI backend and Vue.js frontend in the same project
🌴Base on element-ui, makes tree component crud easily
UK Supermarket Price Aggregator using FastAPI + VueJS
Vue 3 Firebase CRUD Application example with Realtime Database
CRUD operations and form validations using Vue and Bootstrap-Vue. Table sorting, filter, search and Pagination are implemented with localStorage. I’ve prepared this simple application to summarize the majority of ways we can think about managing state (i.e. data) in a Vue application.