BerniWittmann / vue-router-architecture

My Architecture approach on Vue Router

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Vue Router Architecture Approach

This repository should demonstrate my basic approach on Vue Router Architecture and nested routes. It also displays the possibility of handling dialogs with Vue Router

I use a view called EmptyRouterView (which just contains a router view, and one for the dialog) to achieve a clean way to structure my nested routing configuration and an easy way to handle dialogs.

The corresponding Blog Post can be found on dev.to

Part 1: Route Handling

Part 2: Dialog Handling

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

❓ Got any questions?

Don't hesitate to drop me an email to dev@bernhardwittmann.com

About

My Architecture approach on Vue Router


Languages

Language:Vue 66.7%Language:JavaScript 25.4%Language:HTML 7.9%