bobby169 / electron-vue

electron vue ajv bug report

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install dependencies with linter

npm install

# Will start vite server, rollup devserver, and electron to dev!

npm run dev

# OPTIONAL. Will compile the main and renderer process to javascript and display output size

npm run build

# OPTIONAL. Will compile all and output an unpacked electron app. You can directly

npm run build:dir

# Will compile all and build all products and ready to release

npm run build:production

About

electron vue ajv bug report


Languages

Language:JavaScript 70.5%Language:TypeScript 19.0%Language:Vue 7.3%Language:CSS 2.1%Language:HTML 1.1%