An Electron & Vue.js quick start boilerplate with vue-cli scaffolding, common Vue plugins, electron-packager/electron-builder, unit/e2e testing, vue-devtools, and webpack.
IntelTracker is a project intended for players and speed-runners of No One Lives Forever (2000, PC). It tracks what intelligence items are found in the game as the player finds them. It uses electron-vue to allow it to run locally as an application, with vue handling UI updates and customization, and save-file watching using chokidar.
Thanks for the great electron-vue tool; it made initial setup trivially easy!
IntelTracker is a project intended for players and speed-runners of No One Lives Forever (2000, PC). It tracks what intelligence items are found in the game as the player finds them. It uses
electron-vue
to allow it to run locally as an application, withvue
handling UI updates and customization, and save-file watching usingchokidar
.Thanks for the great
electron-vue
tool; it made initial setup trivially easy!