Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 853 Bytes

README.md

File metadata and controls

44 lines (30 loc) · 853 Bytes

Goodtables Mockup

Pages

UI

Dev

This is built using Nuxt.js.

Build Setup

# install dependencies
$ npm install

# copy some files
$ npm run font

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm start

# generate static project
$ npm run generate

# deploy to github
$ npm run generate
$ npm run deploy

For an explanation on how Nuxt works, see the Nuxt.js docs.