Skip to content

This repository serves as a playground to explore, experiment, and demonstrate the features of the Tiptap Editor using a Nuxt.js framework. It provides a minimal setup for building rich-text editing interfaces with Tiptap and Vue.

Notifications You must be signed in to change notification settings

markylaredo/tiptap-editor-playground

Repository files navigation

Tiptap Editor Playground

This repository serves as a playground to explore, experiment, and demonstrate the features of the Tiptap Editor using a Nuxt.js framework. It provides a minimal setup for building rich-text editing interfaces with Tiptap and Vue.

Features

  • Rich-text editing powered by Tiptap.
  • Nuxt.js integration for seamless server-side rendering and development.
  • Modular and extensible editor setup for custom use cases.

Setup

Make sure to install dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm preview

# yarn
yarn preview

# bun
bun run preview

Learn More


Feel free to contribute and share your ideas!

About

This repository serves as a playground to explore, experiment, and demonstrate the features of the Tiptap Editor using a Nuxt.js framework. It provides a minimal setup for building rich-text editing interfaces with Tiptap and Vue.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published