Skip to content

A md/html editor made with Vite, Vue 3 and TipTap

Notifications You must be signed in to change notification settings

novecentonove/pen-html

Repository files navigation

tauri

A md/html editor made with Vite, Vue 3 and TipTap

https://tiptap.dev/
https://vuejs.org/
https://vitejs.dev/

Project Setup

npm install

Update Cargo

cd src-tauri
cargo update

Compile and Hot-Reload for Development

npm run tauri dev

Type-Check, Compile and Minify for Production

npm run tauri build