MyKino.top: VueJS Web App for sharing watched movies and get recommendations from other people
# Setup env params
cp .env.json.dist .env.json
# install dependencies
npm install
# serve with hot reload at localhost:7070
npm run dev
# build for production with minification
npm run build
For detailed explanation on how things work, consult the docs for vue-loader.