Upgrade to vue 8.x

Hi!
I am developing my first app following the tutorial “Developing a complete app with a navigation bar and database”. How can I upgrade to vue v8.x?

@olheem there is an issue on Github with a migration guide :slight_smile:

Apart from that (the dependencies and breaking changes to consider), you can use npm i to update the packages.

I have changed title to name in my in NcListItem and i have run npm i. Unfortunately I no longer see the text of the NclistItem.

Have you built the app yet? (like npm run dev or npm run build or npm run serve)

npm run dev and npm run build have the same result: I do not see the text.
npm run serve results in the following error message:

[webpack-cli] Invalid configuration object. Webpack has been initialized using a configuration object that does not match the API schema.
 - configuration.entry[0] should be a non-empty string.
   -> A module that is loaded upon startup. Only the last one is exported.