-
Notifications
You must be signed in to change notification settings - Fork 66
Expand file tree
/
Copy pathREADME.md
More file actions
32 lines (21 loc) · 847 Bytes
/
README.md
File metadata and controls
32 lines (21 loc) · 847 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# [MIP 官网](https://www.mipengine.org/)
V1 代码入口 [这里](https://github.com/mipengine/www.mipengine.org/tree/v1)
[](https://www.mipengine.org)
[](https://travis-ci.org/mipengine/www.mipengine.org)

## 使用
安装依赖:
``` bash
npm install
```
本地预览:
``` bash
npm run dev
```
## 相关链接
- [MIP 官网贡献指南](./CONTRIBUTING.md)
- [MIP 核心代码](https://github.com/mipengine/mip2)
- [MIP 扩展组件](https://github.com/mipengine/mip2-extensions)
- [MIP 命令行工具](https://github.com/mipengine/mip2/tree/master/packages/mip-cli)
## License
[MIT](./LICENSE)