https://github.com/chinanf-boy/web-weapon
web weapon use teahs 网络武器库
https://github.com/chinanf-boy/web-weapon
web web-wechat
Last synced: about 1 year ago
JSON representation
web weapon use teahs 网络武器库
- Host: GitHub
- URL: https://github.com/chinanf-boy/web-weapon
- Owner: chinanf-boy
- Created: 2017-10-24T13:19:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-20T14:10:18.000Z (over 8 years ago)
- Last Synced: 2025-02-08T08:47:12.623Z (over 1 year ago)
- Topics: web, web-wechat
- Language: CSS
- Homepage:
- Size: 243 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web-Weapon 网络武器库
### 不管多厉害的高手,手上没有一件好的武器发挥所长
### 都是那么碍手碍脚 😊
### 记录Web技术
---
## 目录
>有些示例代码在 代码库
- [素材库](#素材库)
- [小型Web](#小型Web)
- [React](#React)
- [Python-Web](#Python-Web)
- [JS](#JS)
- [js写原生应用](#js写原生应用)
- [Go](#Go)
- [快速框架](#快速框架)
## 素材库
- 图片素材 [https://visualhunt.com/](https://visualhunt.com/)
- [文章实时图片](https://shields.io/)
[](https://github.com/chinanf-boy/Web-Weapon)
---
# 小型web
### w3.css-example
[w3cshcools.com 的微型框架](./小型web/w3css-example)
### browser-sync
[](https://github.com/BrowserSync/browser-sync)
[开启一个自动—看着文件变化—刷新网页的](http://www.browsersync.cn/)
```
browser-sync start --server --files "css/*.css, *.html"
```
[命令md](./小型web/browser-sync.md)
---
# React
### React-StoryBook-Material-ui-boilerplate
微型模版 结合了material-ui storybook 测试
[react-stroybook-material-ui](https://github.com/sm-react/storybook-boilerplate)
###
---
# Python-web
### MechanicalSoup
[](https://github.com/MechanicalSoup/MechanicalSoup)
[结合 ``requests`` 和 ``BeautifulSoup`` 简单API获取网页内容](https://github.com/MechanicalSoup/MechanicalSoup)
[example_duckduckgo.py ](./Python-web/MechanicalSoup/example_duckduckgo.py)
获取 https://duckduckgo.com/?q=MechanicalSoup 列表中每个选项
### flasky
[](https://github.com/miguelgrinberg/flasky)
[Flask Web开发-基于Python的Web应用开发实战-书-flasky](https://github.com/miguelgrinberg/flasky)
---
# JS
## listr
``Terminal task list ``
[](https://github.com/SamVerschueren/listr)
[可以 动画显示及流程定制 的 工作流程](https://github.com/SamVerschueren/listr)
---
# js写原生应用
## Weex
### [入门-segmentfault网](https://segmentfault.com/a/1190000010984857)
### [weex-hacknews](https://github.com/weexteam/weex-hackernews) [](https://github.com/weexteam/weex-hackernews) 首个使用 Weex 和 Vue 开发的 Hacker News 原生应用。
### [awesome-weex](https://github.com/joggerplus/awesome-weex)
项目列表
---
## ionic
### [ionic-PPT](https://adamdbradley.github.io/building-with-ionic2/#/)
官方PPT
### [ionic-team](https://github.com/ionic-team)
团队
### [ionic官方示例](https://github.com/ionic-team/ionic-conference-app)
>live [demo](http://ionic-team.github.io/ionic-conference-app/www/)
---
## react-native
### [Web构建-仅需要拖拽](https://snack.expo.io/)
实时应用一下效果
### [中文awesome](https://github.com/crazycodeboy/react-native-awesome)
# GO
## gobyexample
[](https://github.com/mmcgrana/gobyexample)
[go例子](https://github.com/mmcgrana/gobyexample)
<<<<<<< HEAD
## go-tour
[Go 指南](https://tour.go-zh.org/welcome/1)
## Hugo
静态网站生成 md文档 -> 模版
[hugo网站](gohugo.io)
后面我想翻译一下 网站的文档 和 双语网站
>就是快
=======
>>>>>>> origin/master
## 快速框架
### [React-服务器端框架> Next](https://github.com/zeit/next.js)
### [Vue-服务器框架> Nuxt](https://github.com/nuxt/nuxt.js)
### [传统-模版框架 Hugo](https://github.com/gohugoio/hugo)