svbackend / my-art-lib-spa

VueJs SPA for svbackend/my-art-lib
https://mykino.top
GNU General Public License v3.0
0 stars 0 forks source link

Frontend / Backend

MyKino.top: VueJS Web App for sharing watched movies and get recommendations from other people

Build Setup

# 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.