github-starter-workflows / repo-analysis-partner

9 stars 10 forks source link

Nuxt support as new `tech_stack` #12

Closed simonaco closed 2 years ago

simonaco commented 2 years ago

Name of the tech_stack Nuxt

Filenames to look for in the repository package.json Optionally, it could also include nuxt.config.json

File extensions to look for in the repository .js .ts '.vue'

Content/Regex to look for in the above-mentioned filename/extensions package.json file must include nuxt in the dependencies list: "dependencies": { "nuxt":

Additional context Example repo

tejasd1990 commented 2 years ago

@simonaco , same as for next. Is the optional file nuxt.config.js? Also, is .vue a valid extension for nuxt?

simonaco commented 2 years ago

@tejasd1990 the optional file should be nuxt.config.js. Yes, .vue is a valid extension for files in a nuxt project, see an example here nitro-demo