{"id":18279032,"url":"https://github.com/wagerfield/nuxt-base","last_synced_at":"2025-04-09T04:43:36.872Z","repository":{"id":65467088,"uuid":"109752411","full_name":"wagerfield/nuxt-base","owner":"wagerfield","description":"Base module for Nuxt.js","archived":false,"fork":false,"pushed_at":"2020-03-31T01:48:56.000Z","size":38,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-16T15:52:44.736Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wagerfield.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-11-06T21:32:32.000Z","updated_at":"2020-05-03T19:06:59.000Z","dependencies_parsed_at":"2023-01-24T18:45:19.412Z","dependency_job_id":null,"html_url":"https://github.com/wagerfield/nuxt-base","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wagerfield%2Fnuxt-base","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wagerfield%2Fnuxt-base/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wagerfield%2Fnuxt-base/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wagerfield%2Fnuxt-base/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wagerfield","download_url":"https://codeload.github.com/wagerfield/nuxt-base/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247980822,"owners_count":21027803,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T12:27:07.834Z","updated_at":"2025-04-09T04:43:36.841Z","avatar_url":"https://github.com/wagerfield.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Base Module for Nuxt\n\nOpinionated [Nuxt][nuxt] config defaults.\n\n## Installation\n\n```bash\nyarn add nuxt-base\n```\n\n## Setup\n\n```js\n// nuxt.config.js\nmodule.exports = {\n  modules: [\n    'nuxt-base'\n  ]\n}\n```\n\n## Configuration\n\n```js\n// nuxt.config.js\nmodule.exports = {\n  modules: [\n    'nuxt-base'\n  ],\n  // defaults\n  base: {\n    overrideRouter: true,\n    router: {\n      linkActiveClass: 'active-link',\n      linkExactActiveClass: 'active-link-exact'\n    },\n    overrideMessages: true,\n    messages: {\n      'error_404': 'Page not found',\n      'server_error': 'Server error',\n      'back_to_home': 'Back to home page'\n    },\n    addConstantsPlugin: true,\n    addHeadMetaTags: true,\n    addSVGLoader: true\n  }\n}\n```\n\n## Author\n\n[Matthew Wagerfield][twitter]\n\n## License\n\n[MIT][mit]\n\n[nuxt]:https://nuxtjs.org\n[mit]: https://opensource.org/licenses/MIT\n[twitter]: https://twitter.com/wagerfield\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwagerfield%2Fnuxt-base","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwagerfield%2Fnuxt-base","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwagerfield%2Fnuxt-base/lists"}