Files
FanTools/README.md
2026-03-26 12:55:54 +08:00

40 lines
786 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# FanTools 芒果工具箱
<img height="200" src="/resources/FanTools-ICON.png" width="200" alt="FanTools logo"/>
使用 Electron 技术重新制作的芒果工具箱,再一次尝试。
这应该是芒果工具箱的第三个(?)迭代了~
## 文档/百科
我可能想不起来及时更新 README.md但是我一定会记得及时更新**文档**,也就是**百科**~
百科入口位于本仓库的一个标签页中,找找看吧!
## 推荐 IDE
创建项目的模板默认推荐使用 Visual Studio Code但是我还是更习惯 WebStorm。
仓库包含了 `.vscode``.idea` 目录,已被不时之需。
## Project Setup
### Install
```bash
$ npm install
```
### Development
```bash
$ npm run dev
```
### Build
```bash
$ npm run build:win
```