-
Couldn't load subscription status.
- Fork 748
无名杀工程化 #2990
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
无名杀工程化 #2990
Conversation
This file contains hidden or 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
yx-lingmeng
added a commit
to yx-lingmeng/noname
that referenced
this pull request
Oct 13, 2025
This reverts commit cef0f47.
1937475624
added a commit
to 1937475624/noname
that referenced
this pull request
Oct 14, 2025
This reverts commit cef0f47.
This was referenced Oct 15, 2025
Closed
Closed
Open
1937475624
added a commit
to 1937475624/noname
that referenced
this pull request
Oct 16, 2025
This reverts commit cef0f47.
1937475624
added a commit
to 1937475624/noname
that referenced
this pull request
Oct 16, 2025
This reverts commit cef0f47.
1937475624
added a commit
to 1937475624/noname
that referenced
this pull request
Oct 17, 2025
This reverts commit cef0f47.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
基础框架大致完成,不保证没有bug。
发布版本时请使用dist文件夹下的打包结果,然后新建src文件夹附上源代码方便阅读。
TODO:
启动方法
一、安装环境(前置条件)
Node.js (^20.19.0 || >=22.12.0)
打开 Node.js 官方下载页面
.msi安装包,点击“下一步”直到安装完成。.pkg安装包,双击安装。验证(输出版本号):
pnpm (>=8)
在命令行输入:
验证(输出版本号):
二、安装依赖
在项目根目录执行:
三、启动项目
开发环境
执行:
使用vite服务器开发,浏览器会自动打开。
构建项目
打包代码:
打包完整包:
打包结果会输出到
dist/文件夹,可以复制到启动器(如electron)打开。生产环境
执行:
浏览器会自动打开。
语法检查
执行:
进行eslint检查,如果没有任何输出即可提交,否则请检查提示位置。