![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
fie-toolkit-nb
Advanced tools
针对nuke的业务组件及场景主题开发套件,rax业务沉淀必备工具。
可选择开发内容及底层依赖
fie init
fie start
组件:babel源代码到lib目录
主题:打包出bundlejs及demo展示目录
fie build
组件:发布demo目录,用于demo展示
主题:发布打包出bundlejs、demo
fie update-scene 更新场景字段,部分字段需手动修改package.json
fie publish
fie publish development 发布主题信息到日常[脚手架维护者debug使用]
相比于nuke-bin及nbiz,本脚手架可以指定基础库如rax或nuke的版本,适合rax业务组件及nuke主题的开发。
module.exports = {
// 当前项目使用的fie套件
toolkit: 'fie-toolkit-nb',
toolkitConfig: {
// 本地服务器端口号
// qap开发中客户端需要通过此接口获得qap.json,请不要修改,如果该端口被占用,请修改apache或其他服务配置
port: 8080,
// 是否自动打开浏览器
open: true,
// 打开浏览器后 自动打开的 目标页面
openTarget: 'demos/index.html',
// 文件修改后是否自动刷新浏览器
liveload: true,
path:{
simple:''
},
type:'component'
},
tasks: {
build: [
{
// 同步版本号
command: 'fie git sync'
},
{
// 检测dependencies中的版本依赖
command: 'fie check'
}
],
publish: [],
open: [
{
// 打开gitlab上的项目
command: 'fie git open'
}
]
}
};
"peerDependencies": {
"rax":"^0.2.x",
"nuke": "^0.6.x"
}
可不定义,默认使用
demo项目 http://gitlab.alibaba-inc.com/nuke-biz/qn-chart
详细内容请参考nuke工具文档场景复用章节
nuke-theme group下,以scene开头,后跟功能及说明性字段,能够说明场景关键词.
必须通过仓库初始化的eslint规则。结合业务脚手架的自动化拷贝功能,仅pages/index/下的文件内容可被拷贝复制。
FAQs
nuke主题及业务组件开发套件
We found that fie-toolkit-nb 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.