Re-invented impress.js with vue. 😃
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
- Go to the
/src/slides
folder - Add your own scene with markdown
- Edit
slides/index.js
to config your scene - build and run the site
- The
slides
folder is a mess, I'll make it cleaner later. - I don't like 3D slides... So 3D effects is not included, maybe to add later.
- Now,
overview
need a implicit register. I'll make it a generated scene later. - Comments as doc.
MIT