- Setup a fresh Laravel 8 application.
- Use Tailwind CSS as the CSS framework.
- CDN version is fine.
- Bonus points if installed via NPM.
- Create a new contact page at
/contact
. - Create a contact form on the page.
- The form should be built as a Vue component.
- The form should submit via ajax.