Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 854 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 854 Bytes

sizify

A tool for preview changes and test on multiple devices instantly.

Codacy Badge

Sizify

For localhost url use http://127.0.0.1:3000/

Build Setup

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