Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@qihoo/seapp-builder
Advanced tools
- 360 小程序构建工具,用于构建开发者基于360小程序开发文档编写的源代码,使其能够运行在360小程序平台。
- 360 小游戏构建工具,用于构建开发者基于微信小游戏编写的源代码,使其能够运行在360小游戏平台。
支持 qhgame-adapter.js自动引入
支持 开发模式下的wacht功能
支持 生产环境下的代码压缩功能
npm install @qihoo/seapp-builder
在 360mp 项目下使用
Usage: builder <command> [options]
Options:
-V, --version output the version number
-h, --help output usage information
Commands:
build build project in production mode
watch build project in development mode and watch file
Run builder <command> --help for detailed usage of given command.
在 360gm 项目下使用
Usage: gamebuilder <command> [options]
Options:
-V, --version output the version number
-h, --help output usage information
Commands:
build build project in production mode
watch build project in development mode and watch file
Run gamebuilder <command> --help for detailed usage of given command.
一、小程序
{
"scripts": {
"serve": "builder watch",
"build": "builder build"
}
}
二、小游戏
{
"scripts": {
"serve": "gamebuilder watch",
"build": "gamebuilder build"
}
}
# 可以监听项目文件 实时构建
1. 小程序:`npx builder watch`
2. 小游戏: `npx gamebuilder watch`
# 构建生产环境目标文件
1. 小程序:`npx builder build`
2. 小游戏:`npx gamebuilder build`
# 可以监听项目文件 实时构建
npm run serve
# 构建生产环境目标文件
npm run build
FAQs
a compiler for 360 mp or gp
The npm package @qihoo/seapp-builder receives a total of 40 weekly downloads. As such, @qihoo/seapp-builder popularity was classified as not popular.
We found that @qihoo/seapp-builder demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.