ergonode / vuems

A simple mechanism to transform a monolithic Vue application into an application based on Micro Services architecture
https://vuems.ergonode.com
Open Software License 3.0
78 stars 9 forks source link

Docs about @nuxt/router #15

Closed MichaelGitArt closed 3 years ago

MichaelGitArt commented 3 years ago

There is no information in the docs about @nuxt/router setup. Only from example application I understood I need add it and setup router.js this way

image

P.S. Thanks for your package) There is no alternative solution on the Internet for vue or nuxt

bleto commented 3 years ago

Thank you for this issue :)

I am in the process of creating documentation. This entry should solve all your questions: https://vuems.ergonode.com/router (documentation is still under development).

If something is not clear yet, I will be very grateful for the information :)

P.S. In a few days, there will also be a repository with a demo.

MichaelGitArt commented 3 years ago

Thank you!