An electron-vue project
NodeJS: v8.11.3
# install dependencies
npm install [or yarn]
npm run serve [or yarn serve]
# install dependencies
npm install [or yarn]
# re-build OS Modules
# もしかするとOSごとにビルドし直す必要がありそう?
./node_modules/.bin/electron-rebuild -f iohook
mkdir -p node_modules/iohook/builds/electron-v57-darwin-x64/build/Release
cp iohook.node node_modules/iohook/builds/electron-v57-darwin-x64/build/Release/iohook.node
# serve with hot reload at localhost:9080
npm run dev [or yarn dev]
# build electron application for production
npm run build [or yarn build]
# lint all JS/Vue component files in `src/`
npm run lint [or yarn lint]
This project was generated with electron-vue@4c6ee7b using vue-cli. Documentation about the original structure can be found here.