| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285 |
- <!doctype html>
- <html lang="en">
- <head>
- <meta charset="UTF-8" />
- <meta
- http-equiv="X-UA-Compatible"
- content="IE=edge"
- />
- <meta
- name="viewport"
- content="width=device-width, initial-scale=1.0"
- />
- <title>项目概览</title>
- </head>
- <body>
- <h1>这只是一个中转页,列出了目前我个人业余(非工作)的大部分项目~</h1>
- <p>最后更新:2023年12月17日00:46:58</p>
- <p>
- 概览:
- <a
- target="_blank"
- href="https://www.hsslive.cn/works"
- >
- https://www.hsslive.cn/works
- </a>
- </p>
- <ul>
- <h2>直播</h2>
- <li>
- 直播前台(web)
- <a
- target="_blank"
- href="https://live.hsslive.cn"
- >
- https://live.hsslive.cn
- </a>
- </li>
- <li>
- 直播后台(web)
- <a
- target="_blank"
- href="https://live-admin.hsslive.cn"
- >
- https://live-admin.hsslive.cn
- </a>
- </li>
- <li>
- 直播客户端(flutter)
- <a
- target="_blank"
- href="https://github.com/galaxy-s10/billd-live-flutter"
- >
- https://github.com/galaxy-s10/billd-live-flutter
- </a>
- </li>
- </ul>
- <ul>
- <h2>博客</h2>
- <li>
- 博客后台(vue3)
- <a
- target="_blank"
- href="https://admin.hsslive.cn"
- >
- https://admin.hsslive.cn
- </a>
- </li>
- <li>
- 博客前台(nuxt3)
- <a
- target="_blank"
- href="https://nuxt2.hsslive.cn"
- >
- https://nuxt2.hsslive.cn
- </a>
- </li>
- <li>
- 博客前台(nuxt2)
- <a
- target="_blank"
- href="https://www.hsslive.cn"
- >
- https://www.hsslive.cn
- </a>
- </li>
- <li>
- 博客前台(next12)
- <a
- target="_blank"
- href="https://next.hsslive.cn"
- >
- https://next.hsslive.cn
- </a>
- </li>
- <li>
- 博客前台(react18)
- <a
- target="_blank"
- href="https://project.hsslive.cn/react18-blog-client/"
- >
- https://project.hsslive.cn/react18-blog-client/
- </a>
- </li>
- </ul>
- <ul>
- <h2>billd系列</h2>
- <li>
- billd-monorepo(monorepo)
- <a
- target="_blank"
- href="https://project.hsslive.cn/billd-monorepo/"
- >
- https://project.hsslive.cn/billd-monorepo/
- </a>
- </li>
- <li>
- billd-ui(vue2组件库)
- <a
- target="_blank"
- href="https://project.hsslive.cn/billd-ui/"
- >
- https://project.hsslive.cn/billd-ui/
- </a>
- </li>
- <li>
- billd-utils(积累常用 js 方法 )
- <a
- target="_blank"
- href="https://github.com/galaxy-s10/billd-utils"
- >
- https://github.com/galaxy-s10/billd-utils
- </a>
- </li>
- <li>
- billd-scss(积累常用 scss 类 )
- <a
- target="_blank"
- href="https://github.com/galaxy-s10/billd-scss"
- >
- https://github.com/galaxy-s10/billd-scss
- </a>
- </li>
- <li>
- billd-deploy(部署插件)
- <a
- target="_blank"
- href="https://github.com/galaxy-s10/billd-deploy"
- >
- https://github.com/galaxy-s10/billd-deploy
- </a>
- </li>
- <li>
- babel-plugin-import-billd(按需加载插件)
- <a
- target="_blank"
- href="https://github.com/galaxy-s10/babel-plugin-import-billd"
- >
- https://github.com/galaxy-s10/babel-plugin-import-billd
- </a>
- </li>
- </ul>
- <ul>
- <h2>project.hsslive.cn</h2>
- <li>
- 仿网易云官网(react17)
- <a
- target="_blank"
- href="https://project.hsslive.cn/netease-cloud-music/"
- >
- https://project.hsslive.cn/netease-cloud-music/
- </a>
- </li>
- <li>
- react17项目模板(实现cra)
- <a
- target="_blank"
- href="https://project.hsslive.cn/react17-webpack5-template/"
- >
- https://project.hsslive.cn/react17-webpack5-template/
- </a>
- </li>
- <li>
- vue3项目模板(实现vue-cli)
- <a
- target="_blank"
- href="https://project.hsslive.cn/vue3-webpack5-template/"
- >
- https://project.hsslive.cn/vue3-webpack5-template/
- </a>
- </li>
- <li>
- overview(umi)
- <a
- target="_blank"
- href="https://project.hsslive.cn/overview/"
- >
- https://project.hsslive.cn/overview/
- </a>
- </li>
- <li>
- 多环境部署-prod(生产环境)
- <a
- target="_blank"
- href="https://project.hsslive.cn/multi-env-project/prod/"
- >
- https://project.hsslive.cn/multi-env-project/prod/
- </a>
- </li>
- <li>
- 多环境部署-preview(预发布环境)
- <a
- target="_blank"
- href="https://project.hsslive.cn/multi-env-project/preview/"
- >
- https://project.hsslive.cn/multi-env-project/preview/
- </a>
- </li>
- <li>
- 多环境部署-beta(测试环境)
- <a
- target="_blank"
- href="https://project.hsslive.cn/multi-env-project/beta/"
- >
- https://project.hsslive.cn/multi-env-project/beta/
- </a>
- </li>
- <li>
- 根据浏览器语言跳转(国际化)
- <a
- target="_blank"
- href="https://project.hsslive.cn/lang/"
- >
- https://project.hsslive.cn/lang/
- </a>
- </li>
- </ul>
- <ul>
- <h2>基建</h2>
- <li>
- 私有仓库(verdaccio)
- <a
- target="_blank"
- href="http://registry.hsslive.cn"
- >http://registry.hsslive.cn
- </a>
- </li>
- <li>
- 线上部署(jenkins)
- <a
- target="_blank"
- href="https://jenkins.hsslive.cn"
- >
- https://jenkins.hsslive.cn
- </a>
- </li>
- </ul>
- <ul>
- <h2>其他</h2>
- <li>
- github主页:
- <a
- target="_blank"
- href="https://github.com/galaxy-s10"
- >
- https://github.com/galaxy-s10
- </a>
- </li>
- <li>
- 发布的npm包:
- <a
- target="_blank"
- href="https://www.npmjs.com/~huangshuisheng"
- >
- https://www.npmjs.com/~huangshuisheng
- </a>
- </li>
- </ul>
- </body>
- </html>
|