Skip to content

Instantly share code, notes, and snippets.

@noobling
Last active August 1, 2018 05:49
Show Gist options
  • Save noobling/1f4b173208f1fcf6720e525dcd31fe4f to your computer and use it in GitHub Desktop.
Save noobling/1f4b173208f1fcf6720e525dcd31fe4f to your computer and use it in GitHub Desktop.
Laravel nuxt app quick start

laravel new appname

mysql -u root -p

CREATE DATABASE DBNAMEHERE

npx create-nuxt-app <my-project>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment