An open API service indexing awesome lists of open source software.

https://github.com/akryum/meteor-vue-example-routing

Simple meteor example with vue and routing
https://github.com/akryum/meteor-vue-example-routing

Last synced: 6 months ago
JSON representation

Simple meteor example with vue and routing

Awesome Lists containing this project

README

          

# Meteor app with vue and routing

A simple meteor project featuring [vue](https://vuejs.org/) as ui layer and routing with vue-router ([more info](https://github.com/Akryum/meteor-vue-component)).

## Steps to reproduce

Follow the steps in [this example](https://github.com/Akryum/meteor-vue-example).

Add the `akryum:vue-router` package:

meteor add akryum:vue-router

Add routes using [this guide](https://github.com/Akryum/meteor-vue-component/tree/master/packages/vue-router#usage).