No description
Find a file
2021-11-02 11:22:09 -04:00
public Setting up routing and vuex 2021-10-12 15:36:09 -04:00
src Updated router / readme 2021-11-02 11:22:09 -04:00
.gitignore Added .gitignore for node_modules and other files 2021-09-21 08:34:57 -04:00
azure-pipelines.yml Added environment var to pipeline 2021-11-02 10:12:50 -04:00
babel.config.js Added back jest support for unit testing, added mock unit test 2021-10-27 11:24:32 -04:00
jest.config.js Added back jest support for unit testing, added mock unit test 2021-10-27 11:24:32 -04:00
package-lock.json Added env var for Api Gateway, some formatting 2021-11-02 10:03:00 -04:00
package.json Merge branch 'develop' into feature/dynamic-routing 2021-10-27 21:12:15 -04:00
README.md Updated router / readme 2021-11-02 11:22:09 -04:00
vue.config.js Added env var for Api Gateway, some formatting 2021-11-02 10:03:00 -04:00
vue.release.config.js Added environment var to pipeline 2021-11-02 10:12:50 -04:00

Fix My Glass Vue Project


This Repository is for Fix My Glass front end Vue and documentation associated with it.

Routing

We are using Vue Router 4.x for our front end routing. We our using a runtime dynamic routing solution. Some more information about dynamic routing can be found on the official Vue Router documentation. Our routing solution is as outlined below: