
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
create-nuxt-module-dev
Advanced tools
A template for creating Nuxt modules with modern development setup
一个用于快速创建 Nuxt 模块的脚手架工具。
使用 npm:
npm create nuxt-module-dev@latest
使用 yarn:
yarn create nuxt-module-dev
使用 pnpm:
pnpm create nuxt-module-dev
my-nuxt-module/
├── src/
│ ├── module.ts # 主模块文件
│ └── runtime/
│ └── plugin.ts # 运行时插件
├── playground/ # 开发测试环境
│ ├── app.vue
│ └── nuxt.config.ts
├── .github/
│ └── workflows/
│ └── ci.yml # CI/CD配置
├── build.config.ts # 构建配置
├── package.json
├── README.md
└── LICENSE
# 克隆仓库
git clone https://github.com/idevless/create-nuxt-module.git
cd create-nuxt-module
# 安装依赖
npm install
# 测试本地创建
node bin/create-nuxt-module.js test-project
MIT License © 2025 idevless
FAQs
A template for creating Nuxt modules with modern development setup
We found that create-nuxt-module-dev 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

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.