Skip to content

stephenjason89/nuxtJetbrains

Repository files navigation

Laravel + Nuxt.js Boilerplate

Test PHP Test Javascript

What is included

Installation

  • clone from github
  • run yarn and composer 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

Local Environment

  • 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

Features

About

Unknown HTML tag for auto imported elements

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published