Welcome to Slidev!
To start the slide show:
-
npm init slidev- 自动安装依赖包,并在当前目录下创建一个slidev的目录,里边有一个slides.md,就在这里边写我们的markdown内容,安装完成后,会自动运行npx slidev -
npx slidev export- 在当前目录下生成一个slides_export.pdf -
npm install -
npm run dev -
npx slidev build --base /xxx- 构建slidev单页应用 -
visit http://localhost:3030
Edit the slides.md to see the changes.
Learn more about Slidev on documentations.