Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
前端工程化工具。支持react,vue,es6,es5, 多页和单页应用。支持多项目开发。
基本命令
// 适用于纯静态页,没有js的情况,或者使用es3, es5开发(不做babel语法转换)
$ npm start
$ npm run build
$ npm run buildCdn // 构建 并且上传cdn
// 适用于es6, vue, react开发,逐渐废弃,请使用后面的构建方式
$ npm startWp
$ npm run buildWp
$ npm run buildWpCdn // 构建 并且上传cdn
// 适用于es6, vue, react开发,完全基于webpack构建
$ npm run serve
$ npm run buildUp
$ npm run buildUp -- --cdn // 构建 并且上传cdn
// npm全局安装之后可以通过devkit命令操作
$ devkit new prj // 新建项目
$ devkit run serve prj // 开发项目
$ devkit run buildUp prj // 构建项目
根目录下配置文件,目前可配oss参数,配合具体项目目录下的.congif.js使用
module.exports = {
bucket: 'xxx',
region: 'xxx',
accessKeyId: 'xxx',
accessKeySecret: 'xxx'
}
当前项目配置文件
cdn: cdn相关配置
以下为cdn路径替换配置,仅针对基于gulp的构建可用, webpack构建使用output.publicPath代替
gulpEvents: gulp事件配置,如: start,stop,err,task_start,task_stop,task_err,task_not_found,task_recursion
webpackConfig: webpack相关配置(覆盖默认配置)
FAQs
a dev tool for fe development
The npm package fe_devkit receives a total of 0 weekly downloads. As such, fe_devkit popularity was classified as not popular.
We found that fe_devkit 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
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.