You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
lc18518571399 12cd94e032 1 10 months ago
..
build 1 10 months ago
public 1 10 months ago
src 1 10 months ago
.editorconfig update 11 months ago
.gitignore update 11 months ago
.npmrc update 11 months ago
.prettierignore update 11 months ago
.prettierrc update 11 months ago
README.md update 11 months ago
electron-builder.yml update 11 months ago
electron.vite.config.js update 11 months ago
jsconfig.json update 11 months ago
package-lock.json update 11 months ago
package.json update 11 months ago
yarn.lock update 11 months ago

README.md

my-app

An Electron application with Vue

Project Setup

Install(node 16.20.1)

$ npm install

Development

$ npm run dev

Build

# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux