https://github.com/lpreterite/meteor-vue-webpack-example
This is a meteor app using vue and vue-router
https://github.com/lpreterite/meteor-vue-webpack-example
Last synced: about 2 months ago
JSON representation
This is a meteor app using vue and vue-router
- Host: GitHub
- URL: https://github.com/lpreterite/meteor-vue-webpack-example
- Owner: lpreterite
- License: mit
- Created: 2016-07-20T09:21:34.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-22T09:08:02.000Z (almost 9 years ago)
- Last Synced: 2025-03-23T20:22:18.324Z (2 months ago)
- Language: Shell
- Size: 8.79 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# meteor-vue-webpack-example
This is a meteor app using vue and vue-routerThe example use webpack:webpack suppot vue and vue-router for meteor app.
```
#run app
$ npm install
$ meteor
```