jerdog / test-slidev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sli.dev test implementation

Implementation of what Slidev looks like after running:

# create a new presentation via prompts
npm init slidev

# nav to new presentation
cd <name/path of new presentation>

# install npm modules/dependencies and then start local dev
npm install
npm run dev

View the example here

About


Languages

Language:Vue 100.0%