jakobrosenberg posted a new question
todomvc •
Red screen with the mentioned error after running the following.
yarn install
yarn dev
TheMaxoor posted a new question
todomvc •
It looks like there is an issue with https://todomvc.nuxtjs.org
I am getting a 502 error.
It is maybe an issue with the project.
digitalit posted a new question
todomvc •
Can someone please tell me how to get this to work?
The correct and complete server.js would be great since there are tons on chunks in different issues and i can't get it to work.
hack2root posted a new question
todomvc •
nuxt build fails (didn't found header.vue and footer.vue)
Quick fix:
for windows builds, replace:
import TodoHeader from '~components/header'
import TodoFooter from '~components/footer'
to
import TodoHeader from '~/components/header'
import TodoFooter from '~/components/footer'
trusktr posted a new question
todomvc •
Repro:
yarn install
npm run dev
then visit localhost:3000
fengjiel posted a new question
todomvc •
I use the nuxt/koa but I can't get the session in nuxtServerInit。help~help~~ @alexchopin @Atinux @pi0
hskww posted a new question
todomvc •
Nuxt is not a constructor
server.js
lucpotage posted a new question
todomvc •
When running yarn run dev
, I get the following error:
[Vue warn]: Error when rendering anonymous component
the property todos.length
is not accessible it seems. Unfortunately I don't know Vuex enough to suggest a PR. Any idea @Atinux ?