-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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.
- Replace each nuxt-ui component with vanilla ones.
- Remove
@nuxt/uidependency
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
Type
Projects
Status
Next