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
- Host: GitHub
- URL: https://github.com/akryum/meteor-vue-example-routing
- Owner: Akryum
- Created: 2016-06-17T20:24:21.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-06T10:20:14.000Z (about 10 years ago)
- Last Synced: 2025-04-08T04:30:34.896Z (over 1 year ago)
- Language: Vue
- Size: 191 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).