{"id":20023592,"url":"https://github.com/ttttonyhe/antony-nuxt","last_synced_at":"2025-05-05T02:30:41.827Z","repository":{"id":115463292,"uuid":"244346893","full_name":"ttttonyhe/antony-nuxt","owner":"ttttonyhe","description":":clap: Codes that Power ouorz.com | A Tiny Little Nuxt.js + WP REST API App 博客前端","archived":true,"fork":false,"pushed_at":"2020-11-09T09:00:45.000Z","size":1628,"stargazers_count":21,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-04T10:48:44.823Z","etag":null,"topics":["bootstrap-vue","i18n-js","infinite-scroll","nuxtjs","rest-api","server-side-rendering","ssr","vuejs","wordpress","wordpress-api"],"latest_commit_sha":null,"homepage":"https://www.ouorz.com","language":"Vue","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ttttonyhe.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"patreon":"tonyhe","custom":["ouorz.com/sponsor"],"github":"HelipengTony"}},"created_at":"2020-03-02T10:50:17.000Z","updated_at":"2024-05-22T08:46:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"f0cf57a0-7d6b-43bd-bc00-2c3a7583f216","html_url":"https://github.com/ttttonyhe/antony-nuxt","commit_stats":null,"previous_names":["helipengtony/antony-nuxt"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ttttonyhe%2Fantony-nuxt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ttttonyhe%2Fantony-nuxt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ttttonyhe%2Fantony-nuxt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ttttonyhe%2Fantony-nuxt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ttttonyhe","download_url":"https://codeload.github.com/ttttonyhe/antony-nuxt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252427636,"owners_count":21746250,"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":["bootstrap-vue","i18n-js","infinite-scroll","nuxtjs","rest-api","server-side-rendering","ssr","vuejs","wordpress","wordpress-api"],"created_at":"2024-11-13T08:47:08.624Z","updated_at":"2025-05-05T02:30:41.816Z","avatar_url":"https://github.com/ttttonyhe.png","language":"Vue","funding_links":["https://patreon.com/tonyhe","ouorz.com/sponsor","https://github.com/sponsors/HelipengTony"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003eAntony-Nuxt\u003c/h1\u003e\n  \u003cp\u003eCodes that power \u003ca href=\"https://www.ouorz.com\" target=\"_blank\"\u003ewww.ouorz.com\u003c/a\u003e\u003c/p\u003e\n  \u003ca href=\"https://github.com/HelipengTony/antony-nuxt\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/forks/HelipengTony/antony-nuxt.svg\" alt=\"forks\"\u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"https://github.com/HelipengTony/antony-nuxt\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/stars/HelipengTony/antony-nuxt.svg\" alt=\"stars\"\u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"https://github.com/HelipengTony/antony-nuxt\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/HelipengTony/antony-nuxt.svg\" alt=\"license\"\u003e\n  \u003c/a\u003e\n\n  \u003ca href=\"https://travis-ci.com/HelipengTony/antony-nuxt\"\u003e\n    \u003cimg src=\"https://travis-ci.com/HelipengTony/antony-nuxt.svg?branch=master\" alt=\"license\"\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n\u003cbr/\u003e\n\n### ScreenShot 首页截图\n\u003cbr/\u003e\n\n![Thumbnail_index](https://i.loli.net/2020/02/22/DmZpEknVGdQKItP.png)\n\n\u003cbr/\u003e\n\n### See Also 关联项目\n- Antony [https://github.com/HelipengTony/antony](https://github.com/HelipengTony/antony)\n- Tony [https://github.com/HelipengTony/tony](https://github.com/HelipengTony/tony)\n\n\u003cbr/\u003e\n\n### Develop \u0026 Deploy 开发和部署\n```bash\ngit clone git@github.com:HelipengTony/antony-nuxt.git\ncd antony-nuxt\nyarn install\n```\n\n#### Development 开发\n``` bash\n// Development Mode\nyarn run dev\n```\n\n#### Deployment 部署\n``` bash\n// Static site\n// 静态站点\nyarn run generate\n```\n```bash\n// Server side rendering\n// 服务端渲染\nyarn run build\nyarn run start\n```\n\n\u003cbr/\u003e\n\n### Features 依赖与实现\n+ TypeScript\n+ Vue-mugen-scroll 无限加载\n+ Vue-i18n 国际化\n+ Nprogress 加载进度条\n+ RemixIcon 图标\n+ Nuxt MarkDownit Module MD 支持\n+ Nuxt BootStrap-Vue Module UI 框架\n+ Highlight.js 代码高亮\n\n\u003cbr/\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fttttonyhe%2Fantony-nuxt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fttttonyhe%2Fantony-nuxt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fttttonyhe%2Fantony-nuxt/lists"}