1.0.1 • Published 1 year ago

vuepress-theme-yxclip v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

uni-app official website theme for vuepress

vuepress-theme-uni-app-test

NPM version NPM downloads

Sites

  • clone this repo and run yarn && yarn docs:dev

Install

yarn add vuepress-theme-uni-app-test -D
# OR npm install vuepress-theme-uni-app-test -D

Usage

First: copy /config to docs/.vuepress/config

Second:

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