Skip to content

Commit 34d7ce5

Browse files
authored
Vue 3 in Laravel
How To Install Vue 3 in Laravel 10 with Vite.
1 parent fc41a3c commit 34d7ce5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,12 @@ npm install @googlemaps/js-api-loader
135135
```
136136

137137
## Override ** /build ** dir in page url
138-
```
139-
# Add this in vue router/index.js
138+
139+
```js
140+
// Add this in vue router/index.js
140141
history: createWebHistory('/')
141142

142-
# Or add in vite.config.js
143+
// Or add in vite.config.js
143144
base: './',
144145
```
145146

0 commit comments

Comments
 (0)