Converting TipTap to PDF Using Vue3 & Laravel
To get a local copy running follow these simple steps:
- Run
npm install
within thefrontend
- Run
composer install
within thebackend
- Serve the front and backend with
npm run serve
andphp artisan serve
respectively - Enjoy!