Skip to content

nickngqs/adonuxt-template

This branch is 5 commits behind nuxt-community/adonuxt-template:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4bbd0c2 Â· Jan 28, 2018

History

59 Commits
Jan 20, 2018
Jan 20, 2018
Jan 31, 2017
Aug 14, 2017
Nov 22, 2017
Jan 31, 2017
Jan 31, 2017
Jan 31, 2017
Feb 10, 2017
Jan 31, 2017
Jun 20, 2017
Nov 22, 2017
Nov 22, 2017
Jan 20, 2018

Repository files navigation

AdoNuxt

AdonisJS + Nuxt.js = 🔥

Installation

This is a project template for adonis-cli.

adonis new --blueprint nuxt-community/adonuxt-template <project-name>

Make sure to use a version of adonis-cli >= 2.1.8 (adonis --version).

Usage

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 your nuxt.js web application for production.
npm start Start AdonisJS server in production.
npm lint Lint your code with ESLint and Standard.

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.

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 92.2%
  • Vue 6.6%
  • CSS 1.2%