#9 - set up frontend (#10)

* #9 - set up inertia and tailwind

* #9 - fix

* #9 - headless ui, heroicons and some webpack stuff

* #9 - fix

* #9 - fix

* #9 - fix

* #9 - eslint

* #9 - github pr review

* #9 - run linter manually

* Update resources/js/Pages/Dashboard.vue

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* #9 - fix

* Update .eslintrc.js

Co-authored-by: Ewelina Lasowy <56546832+EwelinaLasowy@users.noreply.github.com>

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ewelina Lasowy <56546832+EwelinaLasowy@users.noreply.github.com>
This commit is contained in:
Adrian Hopek
2022-01-11 14:04:01 +01:00
committed by GitHub
parent 8f5f2b88f0
commit 262d37d862
23 changed files with 3386 additions and 2348 deletions

View File

@@ -27,14 +27,18 @@ HR software you love to hate
dcr php php artisan key:generate
- generate storage link
dcr php php artisan storage:link
- migrate and seed database
dcr php php artisan migrate --seed
- install npm packages
dcr node npm install
- build assets
dcr node npm run dev
## Available containers (local)
- **php** - php and composer stuff
- **node** - npm stuff
@@ -52,6 +56,8 @@ If xDebug is installed, set environment variable **XDEBUG_MODE=off** to improve
dcr php composer ecs
dcr php php vendor/bin/ecs check --fix
dcr php composer ecsf
dcr node npm run lint
dcr node rpm run lintf
## xDebug