random-api Project setup npm install Compiles and hot-reloads for development npm run json npm run serve Need to automate the json caching from APIs for dev - first hit then cache, or do in app anyway... Compiles and minifies for production npm run build To serve build, use something like serve -s dist (npm install -g serve) Lints and fixes files npm run lint Customize configuration See Configuration Reference.