-
How does an application built by a request Electron set up a command line operation?
for example: after installing atom, you can execute on the terminal
atom open
to perform a series of operations, how to set up these command line operations for applications also built using electron?
...
-
Electron packages the existing vue project, there is a problem
use electron to package existing projects into a desktop application. Unable to route, how to see the error? ..] ...
-
Electron pack vue?
bulidelectron index.htmlpackage.json "abc ": "npm run build && electron build electron.js ",
I copied an electron.js and a packpage.json, in the dist folder change the path of index.html in electron.js to the path of index in the current folder,...
-
How does Clover, a program that extends the system's native folders, do that?
The thumbnail is the original file thumbnail of the system, which is opened in the same way as the native folder interface, in other words, it is like embedding the folder explorer interface into your own software.
in addition, it expands the function...
-
Electron package exe wrong report that the version cannot be found
I followed this
and then report an error
ask for divine guidance package.json
{
"name": "app-name",
"version": "0.1.0",
"main": "main.js",
"dependencies": {
&qu...
-
Electron-Vue is packaged into a blank exe.
Electron-vue projects are packaged with electron-package
command: electron-packager. App-- win-- out App-- arch=x64-- version 1.0.0-- overwrite-- ignore=node_modules
npm run dev
both yarn and cnpm have tried to remove reinstalled dependency p...
-
How to get the operating system language in a desktop application built with electron-vue?
for example, the scenario is as follows: in a desktop application built with electron-vue, because you need to do multiple languages, you want to get the language used by the user s operating system when you start the application, and set it as the pre...
-
How to use nodejs in electron to call the local python environment and execute the corresponding commands
how to use nodejs in electron to invoke the environment of the local python and execute the corresponding command publish a computing-related project, if the computing power provided by the local python is invoked in electron ...
-
Electron setting transparent form is invalid
electron-vue for the project create a transparent form Code:
iconWindow = new BrowserWindow({
height: 100,
width: 100,
frame: false,
resizable: false,
x: -1000,
y: 50,
transparent: true,
})
iconWindow.loadU...
-
Electron application system tray icon abnormal exit?
system win7 flagship version system tray icon exits abnormally in the lower right corner Open the application within a few minutes, the application is still open and can be used normally, but the icon is missing tried several icon formats and sizes, c...
-
Using vsc to develop electron, reports an error as shown in the picture. No reason has been found. May I ask who has encountered it?
as shown in the figure, there is a in the name.
...
-
Ajax request path problem of file Protocol for electron Packaging
use electron, to package projects into offline applications. Use the file protocol to read static resources locally. However, if the ajax request uses a relative path, after packaging, it will go directly to the root directory.
main.js
const winUR...
-
How to introduce flash into electron?
the way to introduce flash into the electron official website is realized by introducing pulgins into the webview tag, but I want to integrate flash locally, that is, to play a swf video in the index.html in the electron project. Can you give me some adv...
-
Business staff login slider verification code how to automatically verify
how does the business staff login slider verification code verify automatically?
A lot of solutions have been searched on the Internet, which can not be solved very well. It is estimated that the technical means of Taobao have been updated.
CAPTCHA ...
-
AutoUpdater error code: "ERR_UPDATER_CHANNEL_FILE_NOT_FOUND"
recently got an automatic update for the company, because this area is relatively unfamiliar, and I have checked it for a long time and do not know how to solve it. I hope the god can help me. electron autoUpdater error code: "ERR_UPDATER_CHANNEL_FILE...
-
Is electron-vue suitable for the working interface of ubuntu applets?
in making a small terminal based on ubuntu, the interface should be beautiful and practical, and the software system should not be too large. Whether it is possible to adopt electron-vue? What is the current maturity and stability of this way of turning ...
-
What GUI framework is used to make the interface of Xiaomi box?
Does anyone know ? ...
-
What's wrong with this question? Webpack packaged electron file local service error
webpack packaged electron file local service, error reported. Local service of node ...
-
How to use electron? in typeScript
Electron Version: 1.7.6 Operating System: windows 7 Last known working Electron version: 1.7.6 Angular Version: 5.0.0 Typescript Version: 2.4.2 I want to use electron, in typescript in Angular 5 but it doesn t work.
const {shell} = require( elec...
-
How to close eslint in electron
has commented out the configuration of eslint in the webpack.main.config.js in the npm run dev , but eslint still prompts an error when it comes to npm run dev.
module: {
rules: [
{
test: .(js)$ ,
enforce: pre ,...