A tool to find the best option by evaluating them under different criteria
Work in Progress: Online Demo
- Create a list of options and alternatives
- Add critera (with weights)
- Rate how well each option fulfills the criteria
- Sort the options by score
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
See Vite Configuration Reference.
npm installnpm run devnpm run buildRun Unit Tests with Vitest
npm run test:unitLint with ESLint
npm run lint