{"id":15893762,"url":"https://github.com/chinanf-boy/web-weapon","last_synced_at":"2025-04-02T18:16:05.646Z","repository":{"id":90548973,"uuid":"108129512","full_name":"chinanf-boy/Web-Weapon","owner":"chinanf-boy","description":"web weapon use teahs 网络武器库","archived":false,"fork":false,"pushed_at":"2017-11-20T14:10:18.000Z","size":249,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-08T08:47:12.623Z","etag":null,"topics":["web","web-wechat"],"latest_commit_sha":null,"homepage":"","language":"CSS","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/chinanf-boy.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-10-24T13:19:04.000Z","updated_at":"2018-02-06T08:19:13.000Z","dependencies_parsed_at":"2023-07-18T11:00:26.968Z","dependency_job_id":null,"html_url":"https://github.com/chinanf-boy/Web-Weapon","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chinanf-boy%2FWeb-Weapon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chinanf-boy%2FWeb-Weapon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chinanf-boy%2FWeb-Weapon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chinanf-boy%2FWeb-Weapon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chinanf-boy","download_url":"https://codeload.github.com/chinanf-boy/Web-Weapon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246866100,"owners_count":20846496,"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":["web","web-wechat"],"created_at":"2024-10-06T08:13:36.865Z","updated_at":"2025-04-02T18:16:05.624Z","avatar_url":"https://github.com/chinanf-boy.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Web-Weapon  网络武器库\n\n### 不管多厉害的高手，手上没有一件好的武器发挥所长\n\n### 都是那么碍手碍脚 😊\n\n### 记录Web技术\n\n---\n\n## 目录\n\n\u003e有些示例代码在 代码库\n\n- [素材库](#素材库)\n- [小型Web](#小型Web)\n- [React](#React)\n- [Python-Web](#Python-Web)\n- [JS](#JS)\n- [js写原生应用](#js写原生应用)\n- [Go](#Go)\n- [快速框架](#快速框架)\n\n## 素材库\n\n- 图片素材 [https://visualhunt.com/](https://visualhunt.com/)\n\n- [文章实时图片](https://shields.io/)\n[![GitHub stars](https://img.shields.io/github/stars/chinanf-boy/Web-Weapon.svg)](https://github.com/chinanf-boy/Web-Weapon)\n\n\u003cdiv align='right'\u003e\u003ca href='#目录' \u003e⬆️\u003c/a\u003e\u003c/div\u003e\n\n---\n\n# 小型web\n\n### w3.css-example\n\n[w3cshcools.com 的微型框架](./小型web/w3css-example)\n\n### browser-sync \n[![GitHub stars](https://img.shields.io/github/stars/BrowserSync/browser-sync.svg)](https://github.com/BrowserSync/browser-sync)\n\n[开启一个自动—看着文件变化—刷新网页的](http://www.browsersync.cn/)\n\n```\nbrowser-sync start --server --files \"css/*.css, *.html\"\n```\n\n[命令md](./小型web/browser-sync.md)\n\n\u003cdiv align='right'\u003e\u003ca href='#目录' \u003e⬆️\u003c/a\u003e\u003c/div\u003e\n\n---\n\n# React\n\n### React-StoryBook-Material-ui-boilerplate\n\n微型模版 结合了material-ui storybook 测试 \n[react-stroybook-material-ui](https://github.com/sm-react/storybook-boilerplate)\n\n\u003cdiv align='right'\u003e\u003ca href='#目录' \u003e⬆️\u003c/a\u003e\u003c/div\u003e\n\n### \n\n---\n\n# Python-web\n\n### MechanicalSoup\n\n[![GitHub stars](https://img.shields.io/github/stars/MechanicalSoup/MechanicalSoup.svg)](https://github.com/MechanicalSoup/MechanicalSoup)\n\n[结合 ``requests`` 和 ``BeautifulSoup`` 简单API获取网页内容](https://github.com/MechanicalSoup/MechanicalSoup)\n\n[example_duckduckgo.py ](./Python-web/MechanicalSoup/example_duckduckgo.py)\n获取 https://duckduckgo.com/?q=MechanicalSoup 列表中每个选项\n\n### flasky\n\n[![GitHub stars](https://img.shields.io/github/stars/miguelgrinberg/flasky.svg)](https://github.com/miguelgrinberg/flasky)\n\n[Flask Web开发-基于Python的Web应用开发实战-书-flasky](https://github.com/miguelgrinberg/flasky)\n\n\u003cdiv align='right'\u003e\u003ca href='#目录' \u003e⬆️\u003c/a\u003e\u003c/div\u003e\n\n---\n\n# JS\n\n## listr\n\n``Terminal task list ``\n[![GitHub stars](https://img.shields.io/github/stars/SamVerschueren/listr.svg)](https://github.com/SamVerschueren/listr)\n\n[可以 动画显示及流程定制 的 工作流程](https://github.com/SamVerschueren/listr)\n\n\u003cdiv align='right'\u003e\u003ca href='#目录' \u003e⬆️\u003c/a\u003e\u003c/div\u003e\n\n---\n\n# js写原生应用\n\n\n## Weex\n\n### [入门-segmentfault网](https://segmentfault.com/a/1190000010984857)\n\n### [weex-hacknews](https://github.com/weexteam/weex-hackernews) [![GitHub stars](https://img.shields.io/github/stars/weexteam/weex-hackernews.svg)](https://github.com/weexteam/weex-hackernews) 首个使用 Weex 和 Vue 开发的 Hacker News 原生应用。\n\n### [awesome-weex](https://github.com/joggerplus/awesome-weex)\n\n\b项目列表\n\n---\n\n## ionic\n\n\n### \b[ionic-PPT](https://adamdbradley.github.io/building-with-ionic2/#/)\n\n官方PPT\n\n### [ionic-team](https://github.com/ionic-team)\n\n团队\n\n### [ionic官方示例](https://github.com/ionic-team/ionic-conference-app)\n\u003elive [demo](http://ionic-team.github.io/ionic-conference-app/www/)\n\n---\n\n## react-native\n\n### [Web构建-仅需要拖拽](https://snack.expo.io/)\n\n\b实时\b应用一下效果\n\n### [中文awesome](https://github.com/crazycodeboy/react-native-awesome)\n\n\u003cdiv align='right'\u003e\u003ca href='#目录' \u003e⬆️\u003c/a\u003e\u003c/div\u003e\n\n# GO\n\n## gobyexample\n\n[![GitHub stars](https://img.shields.io/github.com/mmcgrana/gobyexample.svg)](https://github.com/mmcgrana/gobyexample)\n\n[go例子](https://github.com/mmcgrana/gobyexample)\n\u003c\u003c\u003c\u003c\u003c\u003c\u003c HEAD\n\n## go-tour\n\n[Go 指南](https://tour.go-zh.org/welcome/1)\n\n## Hugo\n\n静态网站生成 md文档 -\u003e 模版  \n\n[hugo网站](gohugo.io)\n\n后面我想翻译一下 网站的文档 和 双语网站\n\n\u003e就是快\n=======\n\u003e\u003e\u003e\u003e\u003e\u003e\u003e origin/master\n## 快速框架\n\n### [React-服务器端框架\u003e Next](https://github.com/zeit/next.js)\n\n\n\n### [Vue-服务器框架\u003e Nuxt](https://github.com/nuxt/nuxt.js)\n\n### [传统-模版框架 Hugo](https://github.com/gohugoio/hugo)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchinanf-boy%2Fweb-weapon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchinanf-boy%2Fweb-weapon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchinanf-boy%2Fweb-weapon/lists"}