![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
fie-toolkit-nuke
Advanced tools
集成了nuke、rax-redux等常用weex rax开发工具。小巧灵活,手淘weex、千牛qap一网打尽,居家旅行必备良品。
http://site.alibaba.net/nuke/docs_tools/
fie init nuke
可选择初始化的项目类型,目前支持千牛qap项目,二方用户可根据场景选择最贴合当前业务的主题进行开发。
fie start
将会启动如下页面
- fie build
> qap应用将被打成zip,用于上传离线包。并产生用于降级的html文件。具体降级配置请参考nuke或qap开发文档。
PS:qap插件支持内置,内置详情参见[内置文档](http://beta.nuke.taobao.org/nukedocs/changelog/changes-of-buildin-vendor.html)
fie publish
两种发布形式:
qap 离线zip todo:千牛服务端未提供接口,需手动上传至qnconsole
fie publish zip
awp package done:调用fie-plugin-awp
如果本机从未使用过fie-awp,需调用fie awp config录入用户的awp平台appkey等基础信息
module.exports = {
// 当前项目使用的fie套件
toolkit: 'fie-toolkit-nuke',
toolkitConfig: {
// 本地服务器端口号,当前不可更改
port: 8080,
// 是否自动打开浏览器
open: true,
// 打开浏览器后 自动打开的 目标页面
openTarget: 'demos/index.html',
// 文件修改后是否自动刷新浏览器
liveload: true
},
tasks: {
build: [
{
// 同步版本号
command: 'fie git sync'
},
{
// 检测dependencies中的版本依赖
command: 'fie check'
}
],
publish: [],
open: [
{
// 打开gitlab上的项目
command: 'fie git open'
}
]
},
//awp设置只在rax项目中存在
awp: {
awpPackage: {
dailyAppID: '702',
onlineAppID: '***',
zipDir: 'dest.zip'
}
}
};
FAQs
基于rax的nuke业务套件,适用于千牛、手淘等移动端weex页面开发
The npm package fie-toolkit-nuke receives a total of 5 weekly downloads. As such, fie-toolkit-nuke popularity was classified as not popular.
We found that fie-toolkit-nuke 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
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
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.