All Projects → nuxt-community → Adonuxt Template

nuxt-community / Adonuxt Template

[Deprecated] Starter template for Nuxt.js with AdonisJS.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Adonuxt Template

Vue Kindergarten
Modular security for Vue, Vuex, Vue-Router and Nuxt
Stars: ✭ 303 (-33.7%)
Mutual labels:  nuxt
Koa Template
Starter template for Nuxt.js with KoaJS.
Stars: ✭ 374 (-18.16%)
Mutual labels:  nuxt
Device Module
Nuxt.js module for detecting device type.
Stars: ✭ 436 (-4.6%)
Mutual labels:  nuxt
Blog Front
blog-front @nuxt
Stars: ✭ 305 (-33.26%)
Mutual labels:  nuxt
Nuxt Purgecss
Drop superfluous CSS! A neat PurgeCSS wrapper for Nuxt.js
Stars: ✭ 356 (-22.1%)
Mutual labels:  nuxt
Nuxtent Module
Seamlessly use content files in your Nuxt.js sites.
Stars: ✭ 399 (-12.69%)
Mutual labels:  nuxt
Nuxt Property Decorator
Property decorators for Nuxt (base on vue-property-decorator)
Stars: ✭ 293 (-35.89%)
Mutual labels:  nuxt
Electron Nuxt
⚡ An Electron & Nuxt.js / Vue.js quick start boilerplate with vue-cli scaffolding, electron-builder, unit/e2e testing, vue-devtools
Stars: ✭ 452 (-1.09%)
Mutual labels:  nuxt
Adonis App
Application structure for new adonis app, think of it as scaffolding a new project
Stars: ✭ 368 (-19.47%)
Mutual labels:  adonisjs
Vercel Builder
Vercel Builder for Nuxt.js
Stars: ✭ 437 (-4.38%)
Mutual labels:  nuxt
Nuxt Material Admin
Vue-CLI Boilerplate based on Nuxt and vue-material-admin template.
Stars: ✭ 310 (-32.17%)
Mutual labels:  nuxt
Vue Notion
A fast Vue renderer for Notion pages
Stars: ✭ 343 (-24.95%)
Mutual labels:  nuxt
Vue Gallery
📷 Responsive and customizable image and video gallery, carousel and lightbox, optimized for both mobile and desktop web browsers.
Stars: ✭ 405 (-11.38%)
Mutual labels:  nuxt
Nuxt Elm
基于nuxt2+vue构建的全栈开源项目
Stars: ✭ 304 (-33.48%)
Mutual labels:  nuxt
Composition Api
Composition API hooks for Nuxt.
Stars: ✭ 441 (-3.5%)
Mutual labels:  nuxt
Graphcms Examples
Example projects to help you get started with GraphCMS
Stars: ✭ 295 (-35.45%)
Mutual labels:  nuxt
Awesome Nuxt
A curated list of awesome things related to Nuxt.js
Stars: ✭ 4,285 (+837.64%)
Mutual labels:  nuxt
Nuxt Markdown Blog Starter
Nuxt + Markdown blog starter
Stars: ✭ 456 (-0.22%)
Mutual labels:  nuxt
Vue Slick Carousel
🚥Vue Slick Carousel with True SSR Written for ⚡Faster Luxstay
Stars: ✭ 447 (-2.19%)
Mutual labels:  nuxt
Dotenv Module
Loads your .env file into your application context
Stars: ✭ 429 (-6.13%)
Mutual labels:  nuxt

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].