
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
@qlover/create-app
Advanced tools
从 GitHub 仓库的 examples/ 拉取模板列表,下载并解压模板到本地目录;生成后会把模板中 workspace:* 依赖解析为 npm 上的具体版本(失败时回退为 latest),以便项目可独立安装。
👉 中文文档 | English Docs
npx @qlover/create-app@latest
npm install -g @qlover/create-app
推荐使用 npx(避免全局安装):
npx @qlover/create-app
也可以全局安装后直接运行二进制:
create-app
运行后会依次询问:
qlover/fe-base 的 examples/ 动态获取)-v, --version:输出版本号-d, --dry-run:不写入文件(用于预览生成过程)-V, --verbose:输出更多信息示例:
npx @qlover/create-app@latest --dry-run --verbose
examples/,无需在本地维护模板清单workspace:* 依赖(解析为 npm 最新版本;失败时回退为 latest)模板列表来自 GitHub,随仓库内容变化。通常会包含类似:
react-seednext-seedtaro-seedbrowser-plugin-seedFAQs
Create a new app with a single command
We found that @qlover/create-app demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.