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 install
npm run dev
npm run build
Run Unit Tests with Vitest
npm run test:unit
Lint with ESLint
npm run lint