@love-sqjm/magic 2026.4.15 → 2026.4.16
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 +0 -22
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
# Magic 框架
|
|
2
2
|
|
|
3
3
|
[](https://github.com/SQJM/magic)
|
|
4
|
-
[](https://github.com/SQJM/magic)
|
|
5
4
|
|
|
6
5
|
## 概述
|
|
7
6
|
|
|
@@ -18,19 +17,6 @@
|
|
|
18
17
|
| **宏系统** | 支持文件包含、数据绑定等编译时处理 |
|
|
19
18
|
| **模块化架构** | 清晰的编译器流水线设计 |
|
|
20
19
|
|
|
21
|
-
## 技术栈
|
|
22
|
-
|
|
23
|
-
| 类别 | 技术选型 |
|
|
24
|
-
|------|----------|
|
|
25
|
-
| 运行时 | Bun.js |
|
|
26
|
-
| CLI | Commander.js |
|
|
27
|
-
| HTML 解析 | node-html-parser |
|
|
28
|
-
| CSS 处理 | PostCSS + Autoprefixer |
|
|
29
|
-
| JS 压缩 | Terser |
|
|
30
|
-
| HTML 压缩 | html-minifier-terser |
|
|
31
|
-
| AST 处理 | @babel/* |
|
|
32
|
-
| 文件匹配 | fast-glob |
|
|
33
|
-
| WebSocket | ws |
|
|
34
20
|
|
|
35
21
|
## 快速开始
|
|
36
22
|
|
|
@@ -80,14 +66,6 @@ magic-project/
|
|
|
80
66
|
└── package.json
|
|
81
67
|
```
|
|
82
68
|
|
|
83
|
-
## 学习资源
|
|
84
|
-
|
|
85
|
-
- [架构文档](./architecture.md) - 系统架构和技术细节
|
|
86
|
-
- [使用指南](./user-guide/index.md) - 环境配置和部署步骤
|
|
87
|
-
- [.m 文件规范](./magic-file/index.md) - 组件开发文档
|
|
88
|
-
- [API 参考](./api/index.md) - Runtime API 详细说明
|
|
89
|
-
- [配置手册](./config-reference.md) - build.toml 配置详解
|
|
90
|
-
|
|
91
69
|
## 许可证
|
|
92
70
|
|
|
93
71
|
MIT License - [SQJM](https://github.com/SQJM)
|