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

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. :vertical_traffic_light: To activate Renovate, merge this Pull Request....

Hi, I am getting this error in live server deployment `_nuxt/ebb219c99f71342c880d.js net::ERR_INCOMPLETE_CHUNKED_ENCODING 200 (OK)` It works locally but doesn't work live. Any idea how to solve?

May I ask, what happened to AdoNuxt? I just stumbled upon Adonis.js and was already building apps with Nuxt. This seemed like such a great template to work with, but...

question

Every time a change is made to the `/app` the entire project rebuilds, which is taking a considerable amount of time. Is there a way to split the code so...

enhancement
question

sir i have deployed adonuxt on aws EC2 but its taking 2 to 3 minutes to load the application. i ran it using pm2. i am making a mistake while...

### Version [2.13](https://github.com/adonuxt-template/releases/tag/2.13) ### Steps to reproduce In my store, i've declared getters like this : ```js export const getters = { foo(state) { return (range) => { const result...

It's possible to append nuxt.render() with meta tags CSRF using Promise? ![image](https://user-images.githubusercontent.com/8794792/59487996-7a5bd780-8ea8-11e9-89fd-cb73905182cb.png) This question is available on Nuxt community (#c101)

cmty:question

Hello, not sure if it real issue, but you can't connect to channel it error **document is not defined** ('node_modules\adonis-websocket-client\dist\ws.js'). in here my code: `import Vue from 'vue' import ws...

So what does they do ? It wont change the HTML or didn't actually seem to do anything. This question is available on Nuxt.js community (#c57)

### Version [latest](https://github.com/adonuxt-template/releases/tag/latest) ### Reproduction link [http://example.com](http://example.com) ### Steps to reproduce `npm install normalize.css` ```less @import "~normalize.css"; ``` ### What is expected ? it compiles less file and it will...

cmty:bug-report