marekprochazka / PEnIS-2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PEnIS-2

Groceries recording and visits controling information system (in Czech: Potraviny Evidující a Nocležný Informační Systém) is a system that allows control over finances and visits to flats and houses that are typically inhabited by students or other non-family related people for which reason is necessary to have control over these aspects of living together.

Technologies

Firebase Typescript Vue.js Vuetify Cypress

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Run Headed Component Tests with Cypress Component Testing

npm run test:unit # or `npm run test:unit:ci` for headless testing

Run End-to-End Tests with Cypress

npm run build
npm run test:e2e # or `npm run test:e2e:ci` for headless testing

Lint with ESLint

npm run lint

About


Languages

Language:Vue 52.0%Language:TypeScript 42.6%Language:HTML 2.0%Language:JavaScript 1.7%Language:SCSS 1.2%Language:Shell 0.5%