Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 757 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 757 Bytes

erdi-turalee-play

My First Vue Js & Nuxt Project, Live version is at (Deployed with Heroku) https://turalee.herokuapp.com It's a learning project which gets data from Firebase API and can play with it via admin interface. Also song page designs are created generatively by getting the album cover image data. This project is used for my Web Frontend and Generative Design courses at Code.Berlin University.

Build Setup

# install dependencies
$ npm 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

For detailed explanation on how things work, check out Nuxt.js docs.