A simple Vue app to display theater layout 🎭
It displays each theater section where you can find:
- available and booked seats:
- each rank has its own color
- each group has its own distinctive autogenerated color
- Vue
- Jest
- EsLint
npm install
npm run serve
npm run build
npm run test:unit
npm run lint