todomvc icon indicating copy to clipboard operation
todomvc copied to clipboard

Nuxt.js TodoMVC Example

Results 11 todomvc issues
Sort by recently updated
recently updated
newest added

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`^3.13.1` -> `^7.19.0`](https://renovatebot.com/diffs/npm/eslint/3.13.1/7.19.0) |...

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [axios](https://togithub.com/axios/axios) | [`^0.15.3` -> `^0.21.1`](https://renovatebot.com/diffs/npm/axios/0.15.3/0.21.1) | [![age](https://badges.renovateapi.com/packages/npm/axios/0.21.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-plugin-standard](https://togithub.com/standard/eslint-plugin-standard) | [`^2.0.1` -> `^4.1.0`](https://renovatebot.com/diffs/npm/eslint-plugin-standard/2.0.1/4.1.0) | [![age](https://badges.renovateapi.com/packages/npm/eslint-plugin-standard/4.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-plugin-promise](https://togithub.com/xjamundx/eslint-plugin-promise) | [`^3.4.0` -> `^4.2.1`](https://renovatebot.com/diffs/npm/eslint-plugin-promise/3.4.0/4.2.1) | [![age](https://badges.renovateapi.com/packages/npm/eslint-plugin-promise/4.2.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-plugin-html](https://togithub.com/BenoitZugmeyer/eslint-plugin-html) | [`^1.7.0` -> `^6.1.1`](https://renovatebot.com/diffs/npm/eslint-plugin-html/1.7.0/6.1.1) | [![age](https://badges.renovateapi.com/packages/npm/eslint-plugin-html/6.1.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-config-standard](https://togithub.com/standard/eslint-config-standard) | [`^6.2.1` -> `^16.0.2`](https://renovatebot.com/diffs/npm/eslint-config-standard/6.2.1/16.0.2) | [![age](https://badges.renovateapi.com/packages/npm/eslint-config-standard/16.0.2/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [babel-eslint](https://togithub.com/babel/babel-eslint) | [`^7.1.1` -> `^10.1.0`](https://renovatebot.com/diffs/npm/babel-eslint/7.1.1/10.1.0) | [![age](https://badges.renovateapi.com/packages/npm/babel-eslint/10.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

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. This question is available on Nuxt.js community...

Red screen with the mentioned error after running the following. yarn install yarn dev This question is available on Nuxt.js community (#c14)

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'...