magtool 1.5.14 → 1.5.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +37 -1
- package/dist/component.js +859 -853
- package/dist/css/magtool.css +1 -1
- package/package.json +1 -2
- package/README.1.md +0 -138
package/README.md
CHANGED
|
@@ -1 +1,37 @@
|
|
|
1
|
-
# magtool
|
|
1
|
+
# magtool
|
|
2
|
+
|
|
3
|
+
## Key Features
|
|
4
|
+
|
|
5
|
+
### 📦 Ready to use tool library out of the box
|
|
6
|
+
Provide high-frequency tool functions required for daily development, covering data processing, format conversion, verification, time operation, etc., uniformly encapsulated and introduced on demand.
|
|
7
|
+
|
|
8
|
+
### 🏗️ Preset project architecture
|
|
9
|
+
Built in directory structure, state management solution, routing encapsulation, and API organization that meet the characteristics of SaaS projects, supporting fast initialization of standard projects.
|
|
10
|
+
|
|
11
|
+
### 📊 Reusable charts and components
|
|
12
|
+
Contains a series of commonly used business chart components encapsulated in modern chart libraries, as well as high-level Table, Form and other components, supporting configurable generation and reducing duplicate coding.
|
|
13
|
+
|
|
14
|
+
### 🔄 Built in linkage logic
|
|
15
|
+
Provide standardized solutions for data linkage and status synchronization between multiple components, such as form linkage, table and filter linkage, etc., to improve the development efficiency of complex interactions.
|
|
16
|
+
|
|
17
|
+
### ⚙️ Encapsulate commonly used algorithms and logic
|
|
18
|
+
For SaaS scenarios, integrate common algorithms such as permission determination, data filtering, and query optimization to avoid redundant implementation.
|
|
19
|
+
|
|
20
|
+
## Why did you choose it?
|
|
21
|
+
|
|
22
|
+
If you are developing SaaS projects using Vite+Vue 3 and wish to:
|
|
23
|
+
|
|
24
|
+
Quickly establish a standardized project framework to avoid zero configuration;
|
|
25
|
+
|
|
26
|
+
Directly call business components such as encapsulated charts, tables, forms, etc;
|
|
27
|
+
|
|
28
|
+
Save time on writing common linkage logic and utility functions;
|
|
29
|
+
|
|
30
|
+
Maintain consistency in project structure and code style while ensuring development speed.
|
|
31
|
+
|
|
32
|
+
So this is a highly matched set of tools that can significantly improve your development efficiency.
|
|
33
|
+
|
|
34
|
+
## Note
|
|
35
|
+
|
|
36
|
+
This toolkit is designed to enhance development convenience, therefore it has strong coupling. Some modules assume that the project operates in a typical Vue 3+Vite+SaaS environment and do not pursue completely universal scalability. If you need a highly pluggable abstract tool library that is suitable for multiple scenarios, this may not be the most suitable choice; But if you are focusing on SaaS projects and the technology stack is aligned, it will save you a lot of repetitive labor.
|
|
37
|
+
|