- Documentation - the official theme docs works for this theme too!
- Live Example - clone this repo and run
yarn && yarn example:dev
- clean design
- Element UI support
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
// .vuepress/config.js
module.exports = {
theme: 'britecore',
themeConfig: {
// Please head documentation to see the available options.
}
}