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.
- Host: GitHub
- URL: https://github.com/marshallswain/song-book-vue
- Owner: marshallswain
- License: mit
- Created: 2017-12-12T18:27:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-23T23:56:06.000Z (over 7 years ago)
- Last Synced: 2025-01-01T00:19:30.608Z (5 months ago)
- Language: Vue
- Size: 880 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.