A tool for preview changes and test on multiple devices instantly.
For localhost url use http://127.0.0.1:3000/
# install dependencies
$ npm install # Or yarn install
# serve with hot reload at localhost:3000/sizify
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
# generate static project
$ npm run generate
# deploy static project
$ npm run deploy
For detailed explanation on how things work, checkout the Nuxt.js docs.