Skip to content

Repository files navigation

MurrChoserLogo

MurrChooser

A Tool based based on VueJS and Typescript for checking present trainees at certain team meetings and check choose suitable presenters.

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Type Support for .vue Imports in TS

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:

  1. Disable the built-in TypeScript Extension
    1. Run Extensions: Show Built-in Extensions from VSCode's command palette
    2. Find TypeScript and JavaScript Language Features, right click and select Disable (Workspace)
  2. Reload the VSCode window by running Developer: Reload Window from the command palette.

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

Build Excecutable

First run the following command to build the website fpr production.

npm run build

Then run the next command for creating a real program:

electron-packager ./ --platform=win32 --arch=x64 MurrChoser --electron-version 13.1.9

make 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

TODO

  • 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

About

A Tool based based on VueJS and Typescript for checking present trainees at certain team meetings and check choose suitable presenters.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages