Compare commits
2 Commits
ef90236adc
...
236fa503fb
| Author | SHA1 | Date | |
|---|---|---|---|
| 236fa503fb | |||
| 0f92af4a1e |
@@ -23,10 +23,10 @@ Using Laravel and Vue JS
|
|||||||
3. NodeJs (Node + NPM)
|
3. NodeJs (Node + NPM)
|
||||||
<https://nodejs.org/en/download>
|
<https://nodejs.org/en/download>
|
||||||
|
|
||||||
2. Install dependencies
|
2. Setup project and install dependencies
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
composer install
|
composer run setup
|
||||||
```
|
```
|
||||||
|
|
||||||
## Running the project
|
## Running the project
|
||||||
|
|||||||
@@ -50,7 +50,7 @@
|
|||||||
],
|
],
|
||||||
"dev": [
|
"dev": [
|
||||||
"Composer\\Config::disableProcessTimeout",
|
"Composer\\Config::disableProcessTimeout",
|
||||||
"npx concurrently -c \"#93c5fd,#c4b5fd,#fb7185,#fdba74\" \"php artisan serve\" \"php artisan queue:listen --tries=1 --timeout=0\" \"php artisan pail --timeout=0\" \"npm run dev\" \"php artisan reverb:start --debug\" --names=server,queue,logs,vite,reverb --kill-others"
|
"npx concurrently -c \"#93c5fd,#c4b5fd,#fb7185,#fdba74,#79dff0\" \"php artisan serve\" \"php artisan queue:listen --tries=1 --timeout=0\" \"php artisan pail --timeout=0\" \"npm run dev\" \"php artisan reverb:start --debug\" --names=server,queue,logs,vite,reverb --kill-others"
|
||||||
],
|
],
|
||||||
"dev:ssr": [
|
"dev:ssr": [
|
||||||
"npm run build:ssr",
|
"npm run build:ssr",
|
||||||
|
|||||||
Reference in New Issue
Block a user