crossbuilder
crossbuilder copied to clipboard
Building web, Electron, Cordova and Chrome apps, and cross-browser extensions with React, Redux and Webpack. "Write once, deploy everywhere" concept in practice.
I try to run this with `npm audit fix --force` ... but I got errors about changes and updates. This is the output I got with these errors: ``` npm...
yangziyi@Yangde-MacBook-Pro ~/Desktop/vueTest $ npm run dev npm ERR! missing script: dev npm ERR! A complete log of this run can be found in: npm ERR! /Users/yangziyi/.npm/_logs/2019-06-01T05_01_25_011Z-debug.log yangziyi@Yangde-MacBook-Pro ~/Desktop/vueTest $ npm...
solo trata de correr npm install npm run build && npm run serve
Hi all, I am starting to look at building a Chrome app, but I can't figure out how to develop directly as an app on dev (enjoying hot reloading and...
Hi, I am getting error code 3221225781 when trying to build the electron app. I think the error is caused by a missing dll. Does anyone know how to get...
I am getting this when running `npm run compress:electron`: ``` [12:19:46] Starting 'compress:electron'... [12:19:46] Finished 'compress:electron' after 1.66 μs paths [] - Running electron-builder 2.11.0 Error: Required option not set...
Hi, I'm currently evaluating crossbuilder for a client app and was wondering why you're using a rather old version of electron-builder. The current version is 4.2.5 and crossbuilder's package.json loads...
I'm looking at porting my crossbuilder-based project to a Safari extension. The literature on building safari extensions looks pretty light. Did you look into it for this project? What were...
Pretty amazing workflow you have, but I was wondering if there's a guide somewhere or general recommendations to strip out React from the current main branch? I saw the old...