AlekseyPleshkov/nuxt-starter-pack ? reverse-engineered prompt
Reverse engineered prompt
Build me a Nuxt starter project that I can use as a clean base for a real site.
I want the app to run locally, build for production, and also support static generation. Set it up with Vue components, pages, layouts, middleware, plugins, a store, and a static assets folder so it feels ready to start a new project right away. The styling should be based on PostCSS, and it should be easy to work with Pug templates too.
Please also include Docker support so I can run it in a container, plus GitLab CI so it can be deployed automatically. Keep the setup friendly for common Nuxt extras like Axios, social meta tags, scroll helpers, lazy loading, touch events, and form handling.
Make the default project structure and config files sensible, add a simple working example page, and make sure the README style setup instructions are clear. If you need to, look up the current Nuxt docs online before wiring things up.
Are you gonna build this?
make sure you review the code using coderabbit