Example of BeMusical on Nuxt/Vue
This is a example of a old work a startup called BeMusical, the full app is being made in React but i like Vue and i do a simple example in Vue/Nuxt.
You can see a demo at https://lucid-edison-ebd1de.netlify.com
# install dependencies
$ npm run install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
All images of people have been taken from pravatar.cc.
I have used it for descriptions of musicians.
For detailed explanation on how things work, check out Nuxt.js docs.