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.
- 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.
Make sure to install dependencies:
# npm
npm install
# pnpm
pnpm install
# yarn
yarn install
# bun
bun install
Start the development server on http://localhost:3000
:
# npm
npm run dev
# pnpm
pnpm dev
# yarn
yarn dev
# bun
bun run dev
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
- Tiptap Documentation - Learn more about Tiptap and its features.
- Nuxt Documentation - Explore Nuxt.js for server-side rendering and development.
- Deployment Documentation - Tips on deploying your Nuxt application.
Feel free to contribute and share your ideas!