A Vue.js project
# install dependencies
yarn add node-sass(due to a problem installing node-sass with npm)
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
then copy index.html to the /dist directory and link the <script> to ./build.js
run serve -s dist to serve locallyFor detailed explanation on how things work, consult the docs for vue-loader.