{"id":20143913,"url":"https://github.com/nathanchase/dayjs","last_synced_at":"2025-04-09T20:08:39.294Z","repository":{"id":49522410,"uuid":"517732341","full_name":"nathanchase/dayjs","owner":"nathanchase","description":"Dayjs module for Nuxt 3","archived":false,"fork":false,"pushed_at":"2025-04-07T18:18:13.000Z","size":1019,"stargazers_count":30,"open_issues_count":10,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T20:08:34.077Z","etag":null,"topics":["dayjs","nuxt","nuxtjs"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nathanchase.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-07-25T16:03:27.000Z","updated_at":"2025-02-20T09:52:50.000Z","dependencies_parsed_at":"2024-06-19T06:15:56.997Z","dependency_job_id":"159890de-1b69-4070-aa97-561b584f50c2","html_url":"https://github.com/nathanchase/dayjs","commit_stats":{"total_commits":49,"total_committers":4,"mean_commits":12.25,"dds":"0.40816326530612246","last_synced_commit":"50d0f49937b7c422a7477a3bdad0310eb3a025b9"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathanchase%2Fdayjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathanchase%2Fdayjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathanchase%2Fdayjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathanchase%2Fdayjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nathanchase","download_url":"https://codeload.github.com/nathanchase/dayjs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248103873,"owners_count":21048245,"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":["dayjs","nuxt","nuxtjs"],"created_at":"2024-11-13T22:07:30.178Z","updated_at":"2025-04-09T20:08:39.274Z","avatar_url":"https://github.com/nathanchase.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# @nathanchase/nuxt-dayjs-module\n\nThis is a Nuxt 3 compatible module built with the official Nuxt 3 [module-builder](https://github.com/nuxt/module-builder) for [dayjs](https://github.com/iamkun/dayjs/). This is meant as a Nuxt 3 version of [dayjs-module](https://github.com/nuxt-community/dayjs-module) to satisfy [Nuxt 3 support](https://github.com/nuxt-community/dayjs-module/issues/376).\n\nUsage:\n```js\n// ./nuxt.config.ts\nexport default defineNuxtConfig({\n  modules: [\n    '@nathanchase/nuxt-dayjs-module'\n  ]\n  ...\n});\n```\n\nAdd dayjs plugins (ex: [duration](https://day.js.org/docs/en/plugin/duration)) via configuration in nuxt.config like so:\n```js\ndayjs: {\n    plugins: [\n      'duration',\n      'relativeTime',\n      'advancedFormat',\n      'weekday'\n    ]\n}\n```\n\nSee [/playground/app.vue](https://github.com/nathanchase/dayjs/blob/master/playground/app.vue) for working examples.\n\nOn npm: [https://www.npmjs.com/package/@nathanchase/nuxt-dayjs-module](https://www.npmjs.com/package/@nathanchase/nuxt-dayjs-module)\n\n## Development\n\n- Run 'npm install' to install required packages.\n- Run `npm run dev:prepare` to generate type stubs.\n- Use `npm run dev` to start [playground](./playground) in development mode.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnathanchase%2Fdayjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnathanchase%2Fdayjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnathanchase%2Fdayjs/lists"}