Geeker Admin

screenshot of Geeker Admin
vite
vue
scss

Geeker Admin,基于 Vue3.4、TypeScript、Vite5、Pinia、Element-Plus 开源的一套后台管理框架。

Overview

Geeker-Admin is an innovative open-source backend management framework built on the latest technologies, including Vue 3.4, TypeScript, and Vite 5. This project is designed to enhance developer productivity through its robust ProTable component and a suite of commonly used components, hooks, directives, dynamic routing, and button-level permission controls. With its modern tech stack, Geeker-Admin not only simplifies the development process but also offers a flexible and customizable environment for developers.

This framework stands out for its ease of use and lightweight architecture, thanks to the integration of Pinia for state management and a tailored setup for routing and permissions. Whether you are building a small application or a complex admin interface, Geeker-Admin provides the tools you need to create efficient and visually appealing applications quickly.

Features

  • ProTable Component: A powerful table component that allows for extensive customization, making it easy to manage and display data efficiently.

  • Lightweight State Management: Utilizes Pinia instead of Vuex, providing a simpler and more straightforward approach to state management with added persistence.

  • Dynamic Routing and Permissions: Configures dynamic routing and includes button-level permission controls to streamline navigation and ensure secure access to features.

  • Internationalization Support: Integrates i18n support, enabling the application to cater to a wider audience by offering multiple language options.

  • Custom Directives: Offers a selection of custom directives for permissions, copying, watermarking, drag-and-drop, throttling, and debouncing, enhancing functionality and user experience.

  • Extensive Configuration Options: All components, including ProTable, are fully configurable, allowing developers to adapt the framework to meet specific project requirements.

  • Code Quality Tools: Incorporates Prettier for consistent code formatting alongside ESLint and Stylelint for code validation and linting, ensuring high-quality code.

  • Comprehensive Documentation: Well-documented with clear installation steps and code examples to aid developers in getting started quickly and efficiently.

vite
Vite

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

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.

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.

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.

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.

pinia
Pinia

Pinia is the official state management library for Vue.js. It provides a simple and intuitive API with full TypeScript support, devtools integration, and modular design. Pinia replaces Vuex as the recommended state management solution for Vue 3.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

Stylelint

Stylelint is a modern linter for CSS that helps you avoid errors and enforce consistent styling conventions. It provides rules for detecting errors and warnings, and can be configured to match your specific project's requirements.

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.