Fast Crud

screenshot of Fast Crud
vite
vitepress
vue
ant-design

面向配置的crud框架,开发crud 快如闪电,超级表格;Options-oriented crud framework, develop crud as fast as lightning;based on vue3;super table

Overview:

FastCrud (fs) is a configuration-based CRUD development framework based on Vue3. It allows for fast development of CRUD functionality and can be used as the foundation for low-code platforms. It is easy to get started with and highly extensible, with a rich set of examples to help you quickly complete your tasks. The project's main goal is to implement the fs-crud component to assist in fast CRUD development, rather than focusing on the admin scaffold. You can use FastCrud by directly using the fs-admin example, or integrate it with other open-source admin projects. There is also an admin-starter project available, which integrates FastCrud with some well-selected admin projects to help you quickly get started with CRUD development.

Features:

  • Configuration-based CRUD development: FastCrud allows for quick development of CRUD functionality based on configuration, making it suitable for low-code platforms.
  • Data dictionary support: With support for local and remote data fetching in combination with selects, FastCrud makes it easy to store value data and display corresponding labels based on dictionaries.
  • Rich field types: FastCrud simplifies configuration by automatically generating different form components based on the field type defined in the "column.type" configuration.
  • Custom component extension: FastCrud supports extension and customization of components, allowing for the inclusion of custom field types.
  • Multiple UI support: FastCrud supports Antdv, Element, and NaiveUI, allowing users to choose their preferred UI framework.

Summary:

FastCrud is a configuration-based CRUD development framework for Vue3. It provides an easy-to-use and highly extensible solution for quickly developing CRUD functionality. With support for data dictionaries, rich field types, and multiple UI frameworks, FastCrud offers flexibility and efficiency in CRUD development. By integrating it into existing admin projects or using the provided admin-starter, developers can save time and focus on building quality applications.

vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

vitepress
Vitepress

VitePress is a static site generator designed for creating documentation websites. It offers a lightweight and fast development experience using Vue.js and Markdown, with features such as live-reload, theming, and customizable layout components.

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.

ant-design
Ant Design

Ant Design is a React UI library that provides a set of pre-designed components and design resources for building high-quality, responsive web applications.

dashboard
Dashboard

A dashboard style website template is a pre-designed layout that features a user interface resembling a control panel or dashboard. It typically includes charts, graphs, tables, and other data visualization tools that allow users to monitor and analyze data in real-time.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.