Skip to content

Commit fc41a3c

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

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
@@ -134,6 +134,15 @@ npm install vue-router@4
134134
npm install @googlemaps/js-api-loader
135135
```
136136

137+
## Override ** /build ** dir in page url
138+
```
139+
# Add this in vue router/index.js
140+
history: createWebHistory('/')
141+
142+
# Or add in vite.config.js
143+
base: './',
144+
```
145+
137146
## Links
138147

139148
- <https://router.vuejs.org/guide>

0 commit comments

Comments
 (0)