gitextract_054fktrx/ ├── .gitignore ├── LICENSE ├── README.md ├── example/ │ ├── README.md │ ├── components/ │ │ ├── footer.vue │ │ └── header.vue │ ├── layouts/ │ │ ├── default.vue │ │ └── error.vue │ ├── nuxt.config.js │ ├── package.json │ ├── pages/ │ │ ├── extracted.vue │ │ └── index.vue │ └── static/ │ └── api/ │ └── post.json ├── lib/ │ ├── helpers.js │ ├── module.js │ └── plugin.js └── package.json