文件名称:fekit:F2E开发工具包
文件大小:509KB
文件格式:ZIP
更新时间:2024-06-12 23:41:27
JavaScript
简介
功能说明
下载地址
开发环境
确定全局安装了这些模块 npm i -g gulp nw
当前目录执行 npm i 安装开发阶段用到的模块
配置 WebStorm 的调试设置,新建 node-webkit配置项目,指定如下:
指定node-webkit app 为当前目录
指定working directory 为当前目录
指定node-webkit解释器为:/usr/local/lib/node_modules/nw/bin/nw
在environment variable添加环境变量
键:PATH
值:命令行执行echo "$PATH" 复制该值
构建环境
安装构建模块 npm i -g node-webkit-builder
在任意目录执行 nwbuild
【文件预览】:
fekit-master
----fonts()
--------glyphicons-halflings-regular.woff2(18KB)
--------glyphicons-halflings-regular.ttf(44KB)
--------glyphicons-halflings-regular.woff(23KB)
--------glyphicons-halflings-regular.svg(106KB)
--------glyphicons-halflings-regular.eot(20KB)
----.gitignore(20B)
----biz()
--------base64-encoder()
--------url-encoder()
--------regexp-tester()
--------minifier()
--------qrcode-generator()
--------ui()
--------css-transparent()
--------js-escaper()
--------formatter()
--------html-escaper()
--------color-palette()
--------css-triangle()
----package.json(637B)
----js()
--------dragAndBrowser.js(934B)
--------bootstrap.js(49KB)
--------bower_components()
--------index.js(3KB)
--------jscolor()
--------menu.json(1KB)
--------reportor.js(530B)
--------bootstrap.min.js(27KB)
----css()
--------bootstrap.css(123KB)
--------bootstrap-theme.min.css(20KB)
--------fekit.css(4KB)
--------bootstrap.min.css(103KB)
--------global.css(17KB)
--------typo.css(8KB)
--------bootstrap-theme.css(22KB)
----README.md(848B)
----config.bootstrap.json(17KB)
----index.html(4KB)