Skip to content

Commit 8f45bb1

Browse files
authored
Vueon
Instalcja Vue z Vite w Laravelu w wybranym katalogu (vue-project).
1 parent c9372a8 commit 8f45bb1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,12 @@ npm run build
6464
# Php Laravel server
6565
php ../artisan serve
6666
```
67+
68+
## Instalacja pakietów Vue
69+
70+
```sh
71+
cd vue-project
72+
npm install --save-dev axios
73+
npm install --save-dev vue-i18n@9
74+
npm install --save-dev @googlemaps/js-api-loader
75+
```

0 commit comments

Comments
 (0)