https://github.com/akryum/meteor-vue2-example-routing
Simple meteor example with vue 2.x and routing
https://github.com/akryum/meteor-vue2-example-routing
Last synced: 10 months ago
JSON representation
Simple meteor example with vue 2.x and routing
- Host: GitHub
- URL: https://github.com/akryum/meteor-vue2-example-routing
- Owner: Akryum
- Created: 2016-09-28T16:04:32.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-07T17:39:46.000Z (about 9 years ago)
- Last Synced: 2025-07-21T23:48:10.660Z (about 1 year ago)
- Language: Vue
- Size: 189 KB
- Stars: 14
- Watchers: 2
- Forks: 7
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Meteor app with vue 2.x 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-router2` package:
meteor add akryum:vue-router2
Add routes using [this guide](https://github.com/Akryum/meteor-vue-component/tree/master/packages/vue-router2#usage).