Mkh.UI

screenshot of Mkh.UI
vite
vue
scss

Mkh.UI是基于Vue3+Vite+Element Plus开发的业务模块化快速开发框架(不支持 IE),目前仍在紧张开发完善中。

Overview

Mkh.UI is an innovative framework designed for rapid business module development, utilizing Vue3, Vite, and Element Plus. While it currently does not support Internet Explorer, Mkh.UI is in active development, continuously enhancing its capabilities. This framework aims to streamline the development process, allowing developers to focus more on business logic and less on the underlying infrastructure.

The simplicity and modularity of Mkh.UI make it an appealing choice for developers looking to create efficient and adaptable business solutions. With features like internationalization and a clear coding convention for styles, Mkh.UI stands out in today’s competitive coding landscape.

Features

  • Modular Business Development: Easily distribute and install business modules via npm, allowing developers to concentrate on specific module logic.
  • Internationalization Support: Integrated i18n functionality enables developers to create applications that cater to diverse languages and regions effortlessly.
  • Coding Convention: Encourages best practices with a clear naming convention—component style classes use hyphens, while internal component region classes utilize underscores for better organization.
  • Component Style Guidelines: Provides standardized styles to ensure consistency across components, enhancing maintainability.
  • Contribution Friendly: Open for contributions, fostering collaboration among developers to continuously improve the framework and adapt backend functionalities.
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.

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.

rollup
Rollup

RollupJS is a popular and efficient JavaScript module bundler that takes the code from multiple modules and packages them into a single optimized file, minimizing the overall size of the application and improving its performance.

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.