1.1.5 • Published 8 months ago

@cybernetyx/custom-slidev-cli v1.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

README

Installation

npm

npm i @cybernetyx/custom-slidev-cli

yarn

yarn add @cybernetyx/custom-slidev-cli

Building command

Building

npx slidev

Building with base path

npx slidev build --base "<BASE_PATH>"

Development

  • npm link in this repo
  • npm run dev during local development
  • npm link /path/to/custom-slidev/packages/slidev in the consuming repo