fuse-box / fuse-box-vue-seed

Get started with Vue.js using FuseBox module loader and bundler
MIT License
74 stars 13 forks source link

Introduce history mode #22

Closed rzvdaniel closed 5 years ago

rzvdaniel commented 5 years ago

Hello,

I was playing a bit with the Vue project and I noticed that you can introduce a small improvement. I hope I'll be able to help with more Vue related fixes and suggestions in the future, but for now, here is the PR. :)

Q. What kind of change does this PR introduce?

A. This introduce history mode for Vue project (the setup that the newest Vue project templates are using these days). To achieve this along with the routes history mode, a fallback file was setup for development.

Q. Does this PR introduce a breaking change?

A. Yes. The project will work in history mode from now on.

Instead of accessing a route this way: http://localhost:8080/#/config

The users will have to access it as following: http://localhost:8080/config

Best, Razvan

rzvdaniel commented 5 years ago

My pleasure!

Thanks for merging the changes and hope to be more helpful in the future. :)

Keep up this amazing project!

Best! Razvan