vuepress-theme-tsed
v3.20.8
Published
Vuepress theme for tsed.io
Downloads
247
Readme
vuepress-theme-tsed
Installation
Run:
npm install --save-dev vuepress-theme-tsed
Then create or edit enhanceApp.js in your .vuepress
directory and import the theme:
import VueTsed from 'vuepress-theme-tsed'
export default ({
Vue, // the version of Vue being used in the VuePress app
options, // the options for the root Vue instance
router, // the router instance for the app
siteData
}) => {
Vue.use(VueTsed)
}