Micro Admin Template

screenshot of Micro Admin Template
react
vite
vue
less
scss
unocss
ant-design

微前端后台模板, 在线demo:

Overview

The 微后台主应用模版 is a comprehensive solution designed for developers working on micro-frontend architecture. It offers templates for different frameworks such as Vue and React, seamlessly integrating low-code backend functionalities with efficient project setup. This template is particularly useful for those who want to streamline their development process while ensuring high-quality code standards and modular component design.

With built-in support for various modern tools and libraries, this template not only enhances productivity but also promotes best practices in coding. It enables developers to focus more on building features rather than dealing with the boilerplate setup of a project.

Features

  • Multiple Framework Support: Offers templates for vue2, vue3, react18, and a Nest backend, allowing developers to choose their preferred stack.

  • Integrated Testing Framework: Comes with vitest, ensuring that your code is tested efficiently, which is critical for maintaining software quality.

  • Monorepo Support: Leverages a shared microapp architecture, making it easier to manage dependencies and components across multiple applications.

  • Component Library: Includes element-plus for UI components and styles, which can be imported as needed, enhancing customization and usability.

  • Code Quality Tools: Pre-configured with Prettier for file formatting and ESLint for code standards, requiring minimal setup.

  • Git Commit Validation: Supports husky and commitlint for enforcing commit message standards, thus improving team collaboration and project history management.

  • Use of Modern CSS: Utilizes UnoCSS for enhanced styling capabilities, keeping designs consistent and efficient.

  • Optimized Builds: Incorporates code obfuscation and compression processes, ensuring that the final output is production-ready and optimized for performance.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

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.

less
LESS

Less CSS is a dynamic stylesheet language that extends the capabilities of CSS, allowing developers to write cleaner, more modular, and reusable stylesheets with features like variables, mixins, and nested rules.

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.

unocss
UnoCSS

UnoCSS is an instant, on-demand atomic CSS engine that generates utility classes at build time. It's highly customizable, extremely fast, and compatible with Tailwind CSS utilities while offering additional features like attributify mode and pure CSS icons.

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.

template
Templates & Themes

A template or theme refers to a pre-designed layout or structure that provides a basic framework for building a specific type of application or website. It typically includes good design, placeholder content and functional features, allowing developers to customize and fill in the details according to their specific needs.

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.

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.