Skip to content

Remove Nuxt #12

@dlercier

Description

@dlercier

In the first version of Recolto, Nuxt was needed in order to pregenerate pages.

This is no longer needed and nuxt comes with a lot of unnecessary dependencies and functionalities.

So we want to remove Nuxt and make Recoloto a simple Vue.js application.

Steps to remove nuxt:

Remove @nuxt/ui

This is the big part of the migration.

  1. Replace each nuxt-ui component with vanilla ones.
  2. Remove @nuxt/ui dependency

Remove nuxt

The simpliest way to achieve this is perhaps to bootstrap a brand new Vue.js project and then copy/past neede components to rebuild the app

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Next

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions