Skip to content

cuulee/adonuxt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AdoNuxt

AdonisJS + Nuxt.js = 🔥

Installation

This is a project template for vue-cli.

vue init nuxt/adonuxt <project-name> cd <project-name> # move to your project mv .env.example .env # Add environment variables for Adonis npm install # or yarn install

Features

See AdonisJS features and Nuxt.js features.

AdonisJS Changes

  • No more public directory, use resources/static/ instead.
  • No more resources/views directory.

Nuxt.js Changes

  • The nuxt.config.js file is now in config/nuxt.js.
  • The Nuxt project directory is resources.

Commands

Command Description
npm run dev Start AdonisJS server in development with Nuxt.js in dev mode (hot reloading). Listen on http://localhost:3000.
npm run build Build the nuxt.js web application for production.
npm start Start AdonisJS server in production.

Live Demo

https://ado.nuxtjs.org

This demo has been deployed to now.sh with the single command: now

Documentation

Licenses

About

Starter template for Nuxt.js with AdonisJS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.5%
  • Vue 7.2%
  • CSS 1.3%