How to install slidevjs/slidev. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
slidevjs/slidev Installation Guide
How to install slidevjs/slidev. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for slidevjs/slidev. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i slidevjs/slidevor
Install via npx
npx @hexmos/ipm i slidevjs/slidevPrerequisites
Node.js
system_toolVersion: >=18.0.0
Vite
build_toolVersion: ^3.0.0
Vue 3
languageVersion: ^3.2.15
UnoCSS
libraryVersion: ^0.1.0
Shiki
system_toolVersion: v2.0.0
Monaco Editor
libraryVersion: 1.0.0
RecordRTC
system_toolVersion: v2.0.0
VueUse
libraryVersion: ^1.0.0
Iconify
libraryVersion: v2.0.0
Drauu
libraryVersion: v1.0.0
KaTeX
libraryVersion: v2.0.0
Mermaid
libraryVersion: v1.0.0
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Node.js Project Initialization and Navigation
npm init slidevPost Installation Steps
- Open your browser and navigate to http://localhost:3000/ to view the project's interface.
- Run the following command in your terminal to start the development server: `npm run dev`
- To access the API, you can use the following endpoint: `http://localhost:3000/api/v1/`.
