2.15.4 • Published 4 years ago

vuepress-theme-tsed2 v2.15.4

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

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