Notion-like Content Editing App In Vue

Install & Download:

Description:

A Notion-like content editing app written in Vue 3, Vite, contenteditable element, and TailwindCSS.

How to use it:

1. Install the package with NPM or Yarn.

# Yarn
$ yarn install
# NPM
$ npm install

2. Run the app locally.

# Yarn
$ yarn dev
# NPM
$ npm run dev

Preview:

Notion-like Content Editing App In Vue

Changelog:

v0.0.1 (08/30/2021)

  • chore: addBlockAfter with optional html parameter

Add Comment