Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Latest commit

 

History

History
35 lines (26 loc) · 1.1 KB

README.md

File metadata and controls

35 lines (26 loc) · 1.1 KB

vuepress-theme-britecore

NPM version NPM downloads Netlify Status

Sites

  • Documentation - the official theme docs works for this theme too!
  • Live Example - clone this repo and run yarn && yarn example:dev

Features

  • clean design
  • Element UI support

Install

NOTE: this theme requires a pro subscription of fontawesome

export FONT_AWESOME_TOKEN=<Your FontAwesome auth token>
yarn add vuepress-theme-britecore -D
# OR npm install vuepress-theme-britecore -D

Usage

// .vuepress/config.js
module.exports = {
  theme: 'britecore',
  themeConfig: {
    // Please head documentation to see the available options.
  }
}