Frontend aplikácia pomocou ktorej je možné zobrazenie kultúrnych dielov firmy na základe IČO.
To contribute to this application first you need to clone this repo and then
Install dependencies
npm install
Create and edit config file config.js
from example config file config.sample.js
Build resources (SCSS, JavaScript, Vue components)
npm run watch
- file watcher
npm run dev
- development build
npm run prod
- production build
This app uses laravel-mix for building resources. More info you can find on Laravel Mix GitHub