PrevueMD: A real-time Markdown editor built in Vue 3. Try it out!
This was the first app I built after learning Vue; from ideation and design to development and deployment.
I did not like the markdown editor on GitHub, so I decided to build my own.
- π Real-time preview as you type
- πΎ Export to markdown file
- π Copy to clipboard functionality
- Begin writing markdown in the editor.
- See the live preview as you type.
- Copy or download your code.
git clone https://github.com/wazeerc/PrevueMD.git
cd PrevueMD
pnpm install
- Development
pnpm dev # Start development server
pnpm test # Run tests
pnpm build # Build for production
- Access the development server at
http://localhost:5173
- Playwright - E2E testing
- Remark - Plugins
- Tailwind CSS - For styling
- Unified - For markdown processing
- Vite - Build tool and dev server
- Vitest - Unit testing
- Vue 3 - Progressive JavaScript Framework
- Vue Toastification - Toast notifications
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request