A Tool based based on VueJS and Typescript for checking present trainees at certain team meetings and check choose suitable presenters.
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need TypeScript Vue Plugin (Volar) to make the TypeScript language service aware of .vue types.
If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a Take Over Mode that is more performant. You can enable it by the following steps:
- Disable the built-in TypeScript Extension
- Run
Extensions: Show Built-in Extensionsfrom VSCode's command palette - Find
TypeScript and JavaScript Language Features, right click and selectDisable (Workspace)
- Run
- Reload the VSCode window by running
Developer: Reload Windowfrom the command palette.
See Vite Configuration Reference.
npm installnpm run devnpm run buildLint with ESLint
npm run lintFirst run the following command to build the website fpr production.
npm run buildThen run the next command for creating a real program:
electron-packager ./ --platform=win32 --arch=x64 MurrChoser --electron-version 13.1.9make sure electron-packager is installed globally. Then install the wix packing tools and add the installed bin folder to path Variables. The folder can be found under programs-x86/WiX Toolset v--Version--. Now just run the last command to build the installer
node .\build_installer.js-
Advanced Generation Options for mods (Choose between amounts of moderations already)
-
Refactor malchosen computed Property FilerPeople to watch
-
Auswahl ändern
-
Frischlinge bis Januar auslassen
-
MIT Lizenzen in Footer einfügen
-
CSS-Breiten und Höhen mit min-width/height: absoluten wert, width/height: relativen Wert darstellen
