adonuxt-template icon indicating copy to clipboard operation
adonuxt-template copied to clipboard

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

Results 34 adonuxt-template issues
Sort by recently updated
recently updated
newest added

On a freshly installed project using `adonis new --blueprint nuxt-community/adonuxt-template ~PROJECT`, I can't find `User` & `Token` db table migration. Adonis-cli version: `3.0.12` Tried running `ace auth:setup`, as per [documentation](https://adonisjs.com/docs/3.2/authentication#_migrations_models),...

Changing the base to anything other than '/' in config/nuxt.js results in "Cannot get /" We are trying to run our app under a prefix (per developer) i.e.: https://www.ourdomain.com/prefix We...

What's going on here? Is it random or is there an interval running in the background? Where is it declared? (Is it described in the Nuxt Documentation?) (My first day)...

Hi, i was wondering if you're going to update the project to support Adonis 4.0 (Dawn) This question is available on Nuxt.js community (#c58)

Here is the code snippet Html: ` ` Js: `data () { return { column: "radio-1" } }` None of the radio buttons is getting clicked. Am I doing anything...

Just installed and tried to build the boilerplate but facing 'Unhandled promise rejection (rejection id: 2): TypeError: this.nuxt.build is not a function' ![screenshot_2017-09-01_09-19-06](https://user-images.githubusercontent.com/4408550/29954637-081e24aa-8ef7-11e7-87ca-8c6043e0c9da.png) Need help, thanks This question is available...

Greetings, What is the best way to access the database? I believe using vuex store would be the best way to go but i'm not sure how to access the...

There are several middleware in config which is running on every request including nuxt bundles and images (can be ~50-100 per page) ```` const globalMiddleware = [ 'Adonis/Middleware/Cors', 'Adonis/Middleware/BodyParser', 'Adonis/Middleware/Shield',...

Hi, I am getting the error 'TypeError: Nuxt is not a constructor' on a fresh install when running 'npm run serve:dev'. Here are the steps I took: 1. Install Adonis...

Hi, I build a Login with github but can't redirect to dashboard. `const user = yield User.findOrCreate(searchAttr, newUser) yield request.auth.loginViaId(user.id) return this.nuxt.renderRoute('/admin')` Please help me!!!!!! This question is available on...

help wanted