{"id":22283743,"url":"https://github.com/veaba/vue-docs","last_synced_at":"2025-07-28T21:33:00.600Z","repository":{"id":54360388,"uuid":"234125216","full_name":"veaba/vue-docs","owner":"veaba","description":":cn:  Chinese  docs for Vue 3, Vue next version docs! Vue 3文档 前瞻！尝试双击文章内容，以体验快速 PR。","archived":false,"fork":false,"pushed_at":"2021-08-22T07:29:04.000Z","size":1163,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-03-04T03:11:00.501Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://vue.veaba.me","language":"Shell","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/veaba.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-01-15T16:38:03.000Z","updated_at":"2022-06-06T12:16:40.000Z","dependencies_parsed_at":"2022-08-13T13:20:35.046Z","dependency_job_id":null,"html_url":"https://github.com/veaba/vue-docs","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veaba%2Fvue-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veaba%2Fvue-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veaba%2Fvue-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/veaba%2Fvue-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/veaba","download_url":"https://codeload.github.com/veaba/vue-docs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227960485,"owners_count":17847797,"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-12-03T16:41:59.205Z","updated_at":"2024-12-03T16:42:00.012Z","avatar_url":"https://github.com/veaba.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Vue-docs CI](https://github.com/veaba/vue-docs/workflows/Vue-docs%20CI/badge.svg)\n\n# Vue 3 docs\n\n\u003e 个人仿照Vue 2 版本的docs 进行学习性质的描述Vue 3的docs\n\n\n## 指引\n- [Vue.js](https://cn.vuejs.org/)\n\n## How to join ? \n\n```shell\n\n# clone this repo\ngit clone  https://github.com/veaba/vue-docs.git \n\n# install dependent\nnpm install\n\n# dev\nnpm run dev \n\n# build\nnpm run build\n\n```\n\n## about \n- 个人学习Vue 3.0 项目\n- 与官方Vue 3 docs 没半毛钱关系\n- 增加Github actions 部属\n- 启动域名 vue.datav.ai、vue3.datav.ai\n\n\n## CI部署\n \n### 生成Depoly key 公钥和secrets 秘钥\n\n在Git bash中执行一下命令，注意改下邮箱. \n\n```bash \nssh-keygen -t rsa -b 4096 -C \"your@email.com\" -f gh-pages -N \"\"\n```\n\n生成两个文件：\ngh-pages(secret)、gh-pages.pub（depoly）\n\n- 将gh-pages.pub里面的内容粘贴到仓库的settings-\u003eDeploy key,可以起个名字\n- 将gh-pages 里面的内容粘贴到仓库的settings-\u003eSecrets，起个英文的KEY，后续要使用这个字段\n\n### 配置Secrets配置到 .github/workflows/xxx.yml里面去\n\n```yml\nname: Vuepress CI\n\non: [push]\n\njobs:\n  build:\n    runs-on: ubuntu-latest\n\n    strategy:\n      matrix:\n        node-version: [12.x]\n\n    steps:\n      - uses: actions/checkout@v1\n      - name: 步骤：第一步 Use Node.js ${{ matrix.node-version }}\n        uses: actions/setup-node@v1\n        with:\n          node-version: ${{ matrix.node-version }}\n      - name: 步骤：第二步，安装依赖\n        run: |\n          npm install\n          npm run build --if-present\n        env:\n          CI: true\n      - name: 步骤：第三步：Deploy,部署\n        uses: peaceiris/actions-gh-pages@v2.5.0\n        env:\n          ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_ACCESS_TOKEN_VUE_DOCS_CI }}\n          PUBLISH_BRANCH: gh-pages\n          PUBLISH_DIR: ./docs/.vuepress/dist\n\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveaba%2Fvue-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fveaba%2Fvue-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fveaba%2Fvue-docs/lists"}