Skip to content

DeveloperParana/conf-2018

Repository files navigation

conf-2018

Dev Paraná Conference 2018

Build Setup

# install dependencies
$ npm install # Or yarn install

# 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

For detailed explanation on how things work, checkout the Nuxt.js docs.

Colors

green/black

  • $color-primary: #15a04b;
  • $color-primary-light: #a0d8b6;
  • $color-white: #ffffff;
  • $color-dark: #072211;

red/blue

  • $color-primary: #f53855;
  • $color-primary-light: #F98E9E;
  • $color-white: #fff;
  • $color-dark: #10145b;