z3by / vuepress-theme-britecore

BriteCore Vuepress theme

Home Page:https://vp-britecore.z3by.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.
  }
}

About

BriteCore Vuepress theme

https://vp-britecore.z3by.com/

License:MIT License


Languages

Language:Vue 66.4%Language:JavaScript 18.6%Language:CSS 15.0%