Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 468 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 468 Bytes

pcd

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at your IP address :3333 *eg: 192.168.0.14:3333
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

# start a server inside the static folder or copy all files in the static folder to your simple web server

For detailed explanation on how things work, check out Nuxt.js docs.