Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable history mode in vue-router #606

Closed
tempelgogo opened this issue Feb 5, 2019 · 2 comments
Closed

Enable history mode in vue-router #606

tempelgogo opened this issue Feb 5, 2019 · 2 comments
Assignees

Comments

@tempelgogo
Copy link
Contributor

Description

as mentioned in #573, we need to to change the phoenix application to history mode to get rid of the hash in the url.

/#/login -> /login
/#/files/list/Open_Data -> /files/list/Open_Data

It's supported within our target platform: https://caniuse.com/#feat=history

Expected behaviour

/files/list/Open_Data

Actual behaviour

/#/files/list/Open_Data

@tempelgogo tempelgogo self-assigned this Feb 5, 2019
@tempelgogo tempelgogo added this to To do in Phoenix 0.2.0 via automation Feb 5, 2019
@tempelgogo
Copy link
Contributor Author

tempelgogo commented Feb 6, 2019

@DeepDiver1975 is it a requirement that we are able to deploy phoenix in a directory ?
We've got an issue about this... #377 But actually i don't know if it's needed in our requirements.

@DeepDiver1975
Copy link
Member

We should support this - yes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Phoenix 0.2.0
  
To do
Development

Successfully merging a pull request may close this issue.

2 participants