loftkun / slidev-vscode-conference-japan-2021

my presentation of VS Code Conference Japan 2021

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

slidev-vscode-conference-japan-2021

live demo

SPA on Netlify

usage

git clone https://github.com/loftkun/slidev-vscode-conference-japan-2021.git
cd slidev-vscode-conference-japan-2021
npm install
npm run dev -- slides.md

Visit http://localhost:3030/ and confirm the slides showed as SPA.

publish SPA

# For GitHub Pages, require setting assets path on server with "--base" param.
npm run build -- --base slidev-vscode-conference-japan-2021/dist/
ls -Fla dist/

About

my presentation of VS Code Conference Japan 2021


Languages

Language:Vue 100.0%