Skip to content

Commit

Permalink
Merge pull request #149 from tuandm/bugfix/issue-148-yarn-support
Browse files Browse the repository at this point in the history
Add yarn.lock
  • Loading branch information
tuandm authored Mar 25, 2020
2 parents 290dcd1 + c0d9a4e commit 6083080
Show file tree
Hide file tree
Showing 4 changed files with 536 additions and 311 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Build static files within Laravel container with npm
docker ps

docker exec -it <container ID> npm run dev # or npm run watch
# Where <container ID> is the "laravel" container name, ex: docker_laravel_1
# Where <container ID> is the "laravel" container name, ex: src_laravel_1
```
Open http://localhost:8000 (laravel container port declared in `docker-compose.yml`) to access Laravue

Expand Down
Loading

0 comments on commit 6083080

Please sign in to comment.