Soybean Admin

screenshot of Soybean Admin
vite
vue
scss

A clean, elegant, beautiful and powerful admin template, based on Vue3, Vite5, TypeScript, Pinia, NaiveUI and UnoCSS. 一个清新优雅、高颜值且功能强大的后台管理模板,基于最新的前端技术栈,包括 Vue3, Vite5, TypeScript, Pinia, NaiveUI 和 UnoCSS。

Overview

Soybean Admin is a fresh and elegant Vue3-based admin template for mid to back-end applications. It utilizes the latest frontend technologies including Vue3, Vite3, TypeScript, NaiveUI, Pinia, and UnoCSS. It offers rich theme customization, high code quality, file-based routing system, and dynamic permission routing based on mocks. It is a ready-to-use frontend solution for mid to back-end applications and can also be used for learning and reference.

Features

  • Latest Frontend Technologies: Developed using Vue3/Vite and other cutting-edge frontend technologies.
  • TypeScript: Uses TypeScript as its application-level JavaScript language.
  • Themes: Offers richly configurable themes, including dark mode, with dynamic theme colors based on the atomic CSS framework - UnoCss.
  • Code Quality: Follows code conventions and provides rich specification plugins for high code quality.
  • File-based Routing System: Automatically generates route declarations, route imports, and route modules based on page files.
  • Permission Routing: Provides both frontend static and backend dynamic route modes, with dynamic route generation based on mocks.
  • Request Functions: Provides comprehensive request function encapsulation based on axios, offering both Promise and hooks-based request functions with data transformation adapters.
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.

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.

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.