Skip to content

Nuxt

Simon Knox requested to merge nuxt into master

This replaces static html with Nuxt. Content now belongs in pages folder, and will be built to dist/

Styles come from css-framework lib - https://gitlab.com/gitlab-org/css-framework/ should depend on those as much as possible. Can also add some additional styles/layout to assets/stylesheets but most of this should be transitioned to framework

Setup

yarn to install things
yarn start to run it
go to http://localhost:2018 to view

Edited by Simon Knox

Merge request reports