Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@qihoo/seapp-builder
Advanced tools
360 小程序构建工具,用于构建开发者基于360小程序开发文档编写的源代码,使其能够运行在360小程序平台
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.
{
"scripts": {
"serve": "builder watch",
"build": "builder build"
}
}
# 可以监听项目文件 实时构建
npx builder watch
# 构建生产环境目标文件
npx builder 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 1 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.