# install dependencies
npm i
# serve with hot reload at localhost:3000
npm run dev
# will correct anything prettier and eslint deem neccesary
npm run lint:fix
For a detailed explanation on how things work, check out the guide and docs for vue-loader.