gustavoquinalha / conf2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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-1: #15a04b;
  • $color-2: #a0d8b6;
  • $color-white: #ffffff;
  • $color-4: #072211;

red/blue

  • $color-1: #f53855;
  • $color-2: #F98E9E;
  • $color-white: #fff;
  • $color-4: #10145b;

About


Languages

Language:Vue 42.6%Language:JavaScript 41.2%Language:CSS 16.1%