UNPKG

mixone

Version:

A cross-platform desktop application framework that enables development using JavaScript, HTML5, Electron API and Node.js. Build Windows, macOS and Linux apps with Vue/React and system APIs - that's why we call it mixone.A powerful Electron development in

15 lines 313 B
{ "name": "main", "title": "主窗口", "width": 800, "height": 600, "frame": true, "resizable": true, "minimizable": true, "maximizable": true, "webPreferences": { "nodeIntegration": true, "contextIsolation": true }, "framework": "vue" }