Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
支持多种技术栈:Vue技术栈、React技术栈、React&TS技术栈(开发中)
使用场景:提供vue/react前端项目的工程能力
技术栈:node/webpack
注:可用于同时管理多个前端项目代码
#安装
$ npm i -g akfun
$ akfun init -t=vue
#可选择初始化的项目类型:vue或者react,默认react类型的项目
# 1、开启本地调试模式
$ akfun dev
# 2、构建生产环境代码
$ akfun build
# 3、构建第三方功能包
$ akfun build2lib
注:只作用于当前项目
$ npm i akfun --save-dev
# 打开package.json,在scripts新增三条可执行命令
# 用于开启本地调试模式
$ "dev": "akfun dev"
# 用于构建生产环境代码
$ "build": "akfun build"
# 用于构建第三方功能包
$ "build2lib": "akfun build2lib"
# 1、开启本地调试模式
$ npm run dev
# 2、构建生产环境代码
$ npm run build
# 3、构建第三方功能包
$ npm run build2lib
FAQs
前端脚手架:支持Vue技术栈和react技术栈
The npm package akfun receives a total of 184 weekly downloads. As such, akfun popularity was classified as not popular.
We found that akfun demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.