My first Nuxt.js project https://ecstatic-ardinghelli-6c0827.netlify.com/
I attended VueJs conf and then watched a talk by Sarah Drasner, in which she created a nuxt app in 45min. So to learn and experiment I created this app in 6hrs.
Used CSS blend mode inspired by Una Kravets talk.
- VueJs app(SSR)
- CSS Grid for layouts
- CSS blend mode for image and text
- Used plain CSS
- Used gitHub API
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate