https://github.com/darkzarich/simple-router
Frontend for a small news site made with Vue without using Vue Router but using instead my own router based on HTML5 History API as well. Is built for educational purposes mostly.
https://github.com/darkzarich/simple-router
html5-history-api javascript news project router training vue
Last synced: about 1 year ago
JSON representation
Frontend for a small news site made with Vue without using Vue Router but using instead my own router based on HTML5 History API as well. Is built for educational purposes mostly.
- Host: GitHub
- URL: https://github.com/darkzarich/simple-router
- Owner: Darkzarich
- Archived: true
- Created: 2019-01-08T08:52:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T10:22:18.000Z (over 3 years ago)
- Last Synced: 2025-03-12T16:50:05.257Z (over 1 year ago)
- Topics: html5-history-api, javascript, news, project, router, training, vue
- Language: JavaScript
- Homepage:
- Size: 2.89 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-router
## What is this?
It is a small SPA powered by Vue. I made this using HTML5 History API, Bootstrap-Vue and my own router which
I made specially for this application to prepare myself for getting known Vue Router and Vuex. I didn't use
neither of them and this is why I had to use a lot of workarounds and everything is a bit messy but works!
[GitHub Pages](https://darkzarich.github.io/Simple-router/)