sample app that delivers change in denominations
- clone from github
- run
yarnandcomposer installto install all of your dependencies - copy
.env.exampleto.envand configure it to your likings - TL;DR
git clone git@github.com:acidjazz/changer.git; cd changer; yarn; composer install; cp .env.example .env;- run
yarn devin one terminal for our nuxt dev setup - run
yarn api(alias for./artisan serve) in another terminal for our laravel API - visit http://localhost:3000
- visit http://localhost:8000/change to view our endpoint
About the boilerplate
-
NUXT front end, a progressive Vue.js framework -
v2.14.0- @nuxtjs/axios to communicate with our API -
v5.12.0 - @nuxtjs/tailwindcss a utility-first framework - now with PurgeCSS built in -
v2.1.0 - nuxt-tailvue a collection of components built for Nuxt.js, powered by TailwindCSS
- @nuxtjs/axios to communicate with our API -
-
Laravel - for our API -
v7.22.4- metapi - API helpers and utilities -
v2.1.1 - debugbar - awesome debugbar for our API -
v3.5.1 - ide-helper - Helper files to enable accurate IDE autocompletion -
v2.8.0
- metapi - API helpers and utilities -



