
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.
create-fps-app
Advanced tools
此项目是一个类似 create-react-app 的脚手架,用于生成一个完整的项目,目前暂时只支持 react-typescript,未来考虑支持如下模板:
react 模板 Snowpack 版本react-typescript 模板 Snowpack 版本Vue 模板 Webpack 版本Vue 模板 Vite 版本vue-typescript 模板 Webpack 版本vue-typescript 模板 Vite 版本项目仅用于学习前端工程化中,脚手架的搭建以及使用 CLI 来初始化脚手架,会随着学习的深入不断的完善。
确保你安装了 Node.js (>= v14.15.0),然后在命令行运行如下命令:
$ npx create-fps-app appName --typescript
当脚手架运行时会在命令行给出运行过程提示,当初始项目成功之后,你可以通过如下命令开启项目:
$ cd appName && npm start
注意:在脚手架初始化时就已经安装了依赖了,所以不需要再次安装依赖。
此项目搭建吸收了来自诸多优秀项目的想法:
FAQs
## 目的
We found that create-fps-app 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.

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.