Журналы:
[Vue warn]: Unknown custom element: <nuxt> - did you register the component correctly? For recursive components, make sure to provide the "name" option.
[Vue warn]: The client-side rendered virtual DOM tree is not matching server-rendered content. This is likely caused by incorrect HTML markup, for example nesting block-level elements inside <p>, or missing <tbody>. Bailing hydration and performing full client-side render
CodeSandbox: https://codesandbox.io/embed/github/mtltechtemp/csb/tree/master/
SetUp:
- Загрузите его в виде zip-файла, распакуйте его куда-нибудь и откройтеэто в терминале.(Иногда в CodeSandbox иногда возникают проблемы)
- запустить
yarn
- cd до
express
, затем yarn
- запустить
yarn build && yarn start
- Перейти к
localhost:3000
Я перепробовал все, что смог найти во всемирной паутине, но мне не удалось заставить его работать.
Что я делаю не так?