vanilla-brochure-theme

This is the Vanilla Framework theme for brochure based websites


Keywords
vanilla, framework, brochure, style guide, theme, css, vanilla-framework
License
LGPL-3.0
Install
npm install vanilla-brochure-theme@1.0.9

Documentation

Vanilla Brochure Theme

This is the Vanilla Framework theme for brochure based websites.

Theme local development

The simplest way to run Vanilla brochure theme is to first install Docker (Linux users may need to add your user to the docker group), and then use the ./run script to build the site:

./run build  # Build the CSS into the ./build/ directory
# or
./run watch  # Dynamically watch for changes to the Sass files and build automatically

Viewing patterns in the browser

The examples directory contains example markup for each component of the framework.

To view these examples in the browser, run the local server with:

./run serve

Once the containers are setup, you can visit http://0.0.0.0:8102/vanilla-brochure-theme/ in your browser to see the examples.