An open API service indexing awesome lists of open source software.

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 网络武器库

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/)
[![GitHub stars](https://img.shields.io/github/stars/chinanf-boy/Web-Weapon.svg)](https://github.com/chinanf-boy/Web-Weapon)

⬆️

---

# 小型web

### w3.css-example

[w3cshcools.com 的微型框架](./小型web/w3css-example)

### browser-sync
[![GitHub stars](https://img.shields.io/github/stars/BrowserSync/browser-sync.svg)](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

[![GitHub stars](https://img.shields.io/github/stars/MechanicalSoup/MechanicalSoup.svg)](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

[![GitHub stars](https://img.shields.io/github/stars/miguelgrinberg/flasky.svg)](https://github.com/miguelgrinberg/flasky)

[Flask Web开发-基于Python的Web应用开发实战-书-flasky](https://github.com/miguelgrinberg/flasky)

⬆️

---

# JS

## listr

``Terminal task list ``
[![GitHub stars](https://img.shields.io/github/stars/SamVerschueren/listr.svg)](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) [![GitHub stars](https://img.shields.io/github/stars/weexteam/weex-hackernews.svg)](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

[![GitHub stars](https://img.shields.io/github.com/mmcgrana/gobyexample.svg)](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)