You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now the build should be successful with ```npm run dev``` and the CorUI dashboard should be visible in your localhost.
303
303
304
304
#### 10. Clean the URL
305
-
To eliminate those annoying '#' symbols from the browser URL, go to /resource/coreui/src/index.js and use BrowserRouter instead of HashRouter :
305
+
To eliminate those annoying '#' symbols from the browser URL, go to */resource/coreui/src/index.js* and use BrowserRouter instead of HashRouter :
306
306
```
307
307
import React from 'react';
308
308
import ReactDOM from 'react-dom';
@@ -343,7 +343,7 @@ ReactDOM.render((
343
343
```
344
344
345
345
#### 11. Comment out the CoreUI mix copies
346
-
To avoid overwriting our changes, comment out the copies in webpack.mix.js:
346
+
To avoid overwriting our changes, comment out the copies in *webpack.mix.js*:
347
347
```
348
348
/*
349
349
// Copy over the CoreUI Assets into separate coreui directories
@@ -367,4 +367,4 @@ php artisan serve
367
367
368
368
## Credit
369
369
370
-
***Derek Au** - *Thanks for his initila tuto about [CoreUI Vue version](https://github.com/derekphilipau/laravel-5.5-coreui-vue-separated/blob/master/Readme.md)* - [Derek Au](https://github.com/derekphilipau)
370
+
***Derek Au** - *Thanks for his initial tuto about [CoreUI Vue version](https://github.com/derekphilipau/laravel-5.5-coreui-vue-separated/blob/master/Readme.md)* - [Derek Au](https://github.com/derekphilipau)
0 commit comments