{"id":20541396,"url":"https://github.com/helloworld-co/flygoose-blog-admin","last_synced_at":"2025-03-06T04:23:37.253Z","repository":{"id":221127964,"uuid":"753513229","full_name":"helloworld-Co/flygoose-blog-admin","owner":"helloworld-Co","description":"a vue3 blog for admin system","archived":false,"fork":false,"pushed_at":"2024-08-23T02:48:45.000Z","size":238,"stargazers_count":16,"open_issues_count":0,"forks_count":14,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-01-16T15:14:25.996Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Vue","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/helloworld-Co.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}},"created_at":"2024-02-06T09:20:24.000Z","updated_at":"2024-12-08T07:43:33.000Z","dependencies_parsed_at":"2024-11-16T04:45:22.367Z","dependency_job_id":null,"html_url":"https://github.com/helloworld-Co/flygoose-blog-admin","commit_stats":null,"previous_names":["helloworld-co/flygoose-blog-admin"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helloworld-Co%2Fflygoose-blog-admin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helloworld-Co%2Fflygoose-blog-admin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helloworld-Co%2Fflygoose-blog-admin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/helloworld-Co%2Fflygoose-blog-admin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/helloworld-Co","download_url":"https://codeload.github.com/helloworld-Co/flygoose-blog-admin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242146227,"owners_count":20079300,"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-16T01:22:48.913Z","updated_at":"2025-03-06T04:23:37.217Z","avatar_url":"https://github.com/helloworld-Co.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hellowolrd-blog-new\n\nThis template should help get you started developing with Vue 3 in Vite.\n\n## Recommended IDE Setup\n\n[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).\n\n## Type Support for `.vue` Imports in TS\n\nTypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin) to make the TypeScript language service aware of `.vue` types.\n\nIf the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a [Take Over Mode](https://github.com/johnsoncodehk/volar/discussions/471#discussioncomment-1361669) that is more performant. You can enable it by the following steps:\n\n1. Disable the built-in TypeScript Extension\n   1. Run `Extensions: Show Built-in Extensions` from VSCode's command palette\n   2. Find `TypeScript and JavaScript Language Features`, right click and select `Disable (Workspace)`\n2. Reload the VSCode window by running `Developer: Reload Window` from the command palette.\n\n## Customize configuration\n\nSee [Vite Configuration Reference](https://vitejs.dev/config/).\n\n## 飞鹅周边 (可访问一下地址访问体验)\n\n##### 飞鹅官网 - flygoose.helloworld.net\n\n##### 飞鹅博客 - flygoose-blog.helloworld.net\n\n##### 飞鹅管理系统 - flygoose-admin.helloworld.net\n\n##### helloworld 开发者社区 - www.helloworld.net\n\n## 部署相关\n\n#### 环境安装\n\n确保你已经全局安装了 Node.js 和 npm / yarn，并且版本满足 Vue3 项目需求。node 版本 16+即可。\n\n###### yarn 安装\n\n```sh\nnpm install --g yarn\n```\n\n1. 安装 Node.js\n   1. 访问 Node.js 官方网站（https://nodejs.org/en/download/） 来进行下载。\n   2. 确认安装成功后，通过命令行 `node -v`来检查 Node.js 和 npm 的版本信息。\n2. 克隆项目到本地\n\n#### 依赖安装 + 项目启动 + 项目打包\n\n在项目根目录下使用 cmd 终端 or vscode 编辑器终端进行初始化依赖安装、启动、打包。\n\n##### 依赖安装\n\n```sh\npnpm install / pnpm install / yarn install\n```\n\n在此建议使用 pnpm 进行安装，如果没有安装 pnpm，可以再 package.json 文件中将如下代码注释\n\n```sh\n\"preinstall\": \"npx only-allow pnpm\"\n```\n\n##### 项目启动\n\n```sh\nnpm run dev / yarn run dev\n```\n\n##### 项目接口请求地址修改\n\n在根目录找到 `.env.development` 文件\n\n##### (注：在此项目中，`.env.development`、`.env.production` 文件是用来区分不同环境，具体可根据项目需求进行修改)\n\n```sh\n// 接口请求地址\nVITE_API_BASE_URL = \"https://test-blog.helloworld.net/api/\"\n// 图片地址\nVITE_API_BASE_UPLOAD_IMG_URL = \"https://test-blog.helloworld.net\"\n```\n\n##### 项目打包（具体可查看 package.json 文件中的 scripts 配置,根据项目需求进行修改）\n\n```sh\nnpm run build:prod  // 打包生产环境\nnpm run build:dev  // 打包开发环境\n```\n\n## Project Setup\n\n```sh\nnpm install\n```\n\n### Compile and Hot-Reload for Development\n\n```sh\nnpm run dev\n```\n\n### Type-Check, Compile and Minify for Production\n\n```sh\nnpm run build\n```\n\n### Run Unit Tests with [Vitest](https://vitest.dev/)\n\n```sh\nnpm run test:unit\n```\n\n### Run End-to-End Tests with [Cypress](https://www.cypress.io/)\n\n```sh\nnpm run test:e2e:dev\n```\n\nThis runs the end-to-end tests against the Vite development server.\nIt is much faster than the production build.\n\nBut it's still recommended to test the production build with `test:e2e` before deploying (e.g. in CI environments):\n\n```sh\nnpm run build\nnpm run test:e2e\n```\n\n### Lint with [ESLint](https://eslint.org/)\n\n```sh\nnpm run lint\n```\n\ncommit your code use pnpm commit\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelloworld-co%2Fflygoose-blog-admin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhelloworld-co%2Fflygoose-blog-admin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelloworld-co%2Fflygoose-blog-admin/lists"}