
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
generator-nuxt-console-template
Advanced tools
开始安装
首先确保自己已经安装了nodejs
然后安装yeoman
yarn global add yo
然后安装脚手架
yarn global add generator-nuxt-console-template
在自己的空项目中运行:
yo nuxt-console-template
然后就会在此目录下生成以下目录结构:
├── build // 可以快速生成基础页面
│ ├── plop
│ │ ├── page
│ │ └── validate.js
│ ├── inject-env.js
│ ├── plopfile.js
├── src
│ ├── assets
│ ├── components
│ ├── const
│ ├── container
│ ├── directive
│ ├── layouts
│ ├── middleware
│ ├── mixins
│ ├── pages
│ ├── plugins
│ ├── static
│ ├── store
│ └── utils
├── .editorconfig
├── .env.dev
├── .env.prod
├── .eslintrc.js
├── .npmrc
├── .nuxtignore
├── .prettierrc
├── .stylelintrc
├── jsconfig.json
├── nuxt.config.js
├── package.json
└── README.md
然后使用以下命令启动服务:
yarn dev
本项目默认监听端口是3001,所以在浏览器输入 http://localhost:3001 就能看到效果了。
开发完成之后,对项目进行打包,使用以下命令:
yarn build
FAQs
基于nuxt框架快速生成管理端项目
We found that generator-nuxt-console-template demonstrated a not healthy version release cadence and project activity because the last version was released 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.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.