Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 300 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 300 Bytes

vue ui -> create project -> manual -> add unit test, remove lint (save time) -> mocha + chai -> add plugin -> install vue-cli-plugin-electron-builder -> finish install

  1. npm run test:unit -> no error
  2. Add import { ipcRenderer } from 'electron' in HelloWorld.vue
  3. npm run test:unit -> error