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

https://github.com/marshallswain/song-book-vue

Example Feathers + Vue app. The frontend. A collection of performance repertoire for singers and muscians.
https://github.com/marshallswain/song-book-vue

Last synced: 4 months ago
JSON representation

Example Feathers + Vue app. The frontend. A collection of performance repertoire for singers and muscians.

Awesome Lists containing this project

README

        

# song-book-vue
Example Feathers + Vue app. The frontend. A collection of performance repertoire for singers and muscians.

To get started, simply run `node server.js` inside the project directory.

Note that if something fails, or you change any of the code, you should run an `npm run build` command for webpack to re-build the project.

Default API connection is localhost:3030 - Which is where feathers runs by default. If you need to change this, simply change the `Vue.http.options.root` variable within `main.js` inside the src folder of this project.