NEW Want all of your models typed out as interfaces? check out modeltyper
-
NUXT front end, a progressive Vue.js framework -
v2.15.4
- @nuxtjs/typescript-build TypeScript Support for Nuxt.js -
v2.1.0
- @nuxtjs/composition-api Composition API Support for Nuxt.js -
v0.22.4
- @nuxtjs/tailwindcss a utility-first framework - now with PurgeCSS built in -
v3.1.0
- @nuxtjs/axios to communicate with our API -
v5.12.0
- nuxt-tailvue a collection of components built for Nuxt.js, powered by TailwindCSS
v1.0.16
- @nuxtjs/typescript-build TypeScript Support for Nuxt.js -
-
Laravel - for our API -
v8.27.0
- MetAPI - API helpers and utilities -
v2.1.4
- debugbar - awesome debugbar for our API -
v3.5.5
- ide-helper - Helper files to enable help with IDE autocompletion -
v2.9.3
- MetAPI - API helpers and utilities -
- clone from github
- run
yarn
andcomposer install
to install all of your deps - copy
.env.example
to.env
and configure it to your likings - TL;DR
git clone git@github.com:acidjazz/laranuxt.git; cd laranuxt; yarn; composer install; cp .env.example .env;
- Feel free to delete excess media in
/client/static/
, just images for the readme
- run
yarn dev
in one terminal for our nuxt dev setup - run
yarn api
(alias for./artisan serve
) in another terminal for our laravel API