← Volver a proyectos
Laracon 2020 Examples
#Laracon 2020 Examples
This is just a standard Vue-CLI app with Vue 3, vue-router, and Tailwind CSS installed.
I've created a few different pages to demonstrate (and validate) some of the techniques I talk about in my Laracon 2020 talk.
Check out src/components/ for the components, and src/views for the usage example.
#Project setup
yarn install
#Compiles and hot-reloads for development
yarn serve
#Compiles and minifies for production
yarn build
#Lints and fixes files
yarn lint