SimulatedGREG / electron-vue

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.
https://simulatedgreg.gitbooks.io/electron-vue/content/
MIT License
15.47k stars 1.54k forks source link

Added IntelTracker to "made with" section #1002

Closed Hectate closed 3 years ago

Hectate commented 4 years ago

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!