mrTimofey / vue-ssr-starter

Starter kit for projects with Webpack 4, Vue 2 and SSR
53 stars 15 forks source link

New route #4

Closed farhad-arjmand closed 5 years ago

farhad-arjmand commented 5 years ago

how i can add new route?

farhad-arjmand commented 5 years ago

how to add params iin route?

mrTimofey commented 5 years ago

Here is an example for a page component with route params bound to props. For more information you can read appropriate README section.

mrTimofey commented 5 years ago

I've detected a mistake in README, routeParams should be routePath. Sorry for thath, I've just fixed it.