-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
58 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
# 介绍 | ||
|
||
`MES Core` 是一个基于 `Soybean Admin` 和 `Spring Boot` 开发的现代制造执行系统,项目集成了 MES 最核心的功能,帮助开发者开箱即用,快速迭代。我们致力于打造一个优雅、高效的制造执行系统,能够满足现代制造业的复杂需求。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,51 @@ | ||
# 快速开始 | ||
|
||
本文会帮助你从头启动项目。 | ||
|
||
## 环境准备 | ||
|
||
- NodeJS: >=18.12.0,推荐 18.19.0 或更高。安装教程 | ||
- pnpm: >= 8.7.0,推荐最新版本。 | ||
|
||
### Mock | ||
|
||
## VSCode 插件 | ||
|
||
本项目推荐使用 VSCode 进行开发,项目里面已内置 VSCode 配置,包含推荐的插件和设置。 | ||
|
||
以下为推荐的插件: | ||
|
||
- Auto Close Tag - 自动添加 HTML/XML 结束标签 | ||
- Auto Complete Tag - 为 HTML/XML 添加关闭标签和自动重命名成对的标签 | ||
- Auto Rename Tag - 自动重命名成对的 HTML/XML 标签 | ||
- Color Highlight - 颜色高亮插件 | ||
- DotENV - 高亮.env 文件 | ||
- EditorConfig for VS Code - 统一不同编辑器的一些配置 | ||
- ESLint - 代码检查 | ||
- Git Graph - Git 图形化操作工具 | ||
- GitLens — Git supercharged - 显示具体某行代码的 git 信息 | ||
- Icônes - 搜索 iconify 图标的插件 | ||
- Iconify IntelliSense - Iconify 图标实时显示的插件 | ||
- i18n Ally - i18n 国际化插件 | ||
- javascript console utils - 提供快捷键 ctrl+l 直接输入 console.log() | ||
- Material Icon Theme - 图标主题,显示文件和文件多种图标 | ||
- One Dark Pro - 主题 | ||
- Prettier - Code formatter - 代码格式化插件 | ||
- UnoCSS - unocss 写法提示插件 | ||
- Vue - Official - Vue 服务插件 | ||
- Vue VSCode Snippets - Vue2、Vue3 写法提示插件 | ||
|
||
## 拉取项目 | ||
|
||
### 从 GitHub 获取代码 | ||
|
||
```bash | ||
# 克隆代码 | ||
|
||
``` | ||
|
||
## 安装依赖 | ||
|
||
```bash | ||
pnpm i | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters