Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 329 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 329 Bytes

ThinkSpace

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm start

# generate static project
$ npm run build

# deploy `dist` folder to gh-pages branch
$ npm run deploy

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