Homework-VueJS-HTML

  • Create a layout based on this mockup.

  • Dimensions, fonts and colors are up to you.

  • For text use simple 'span' (no links or buttons are required)

  • Use both Flex and Grid in appropriate places.

  • The layout should be fully responsive, should look good on all devices (from mobile to desktop).

  • Any animations, transitions and other creativity are welcome (but not required)

Usage

Install

$ npm install
# --- OR ---
$ yarn install

Development server

$ npm run serve
# --- OR ---
$ yarn run serve

Build

$ npm run build
# --- OR ---
$ yarn run build