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

https://github.com/weibozzz/study-demos

一些学习演示
https://github.com/weibozzz/study-demos

Last synced: about 2 months ago
JSON representation

一些学习演示

Awesome Lists containing this project

README

        

# 一些非常好用的demos
## koa2-router-demo
展示了koa2-router get和post传参遇到的坑和demo

```bash
cd koa2-router-demo
cnpm i
npm start

```
## redux-todolist-demo
展示了redux和官方todulist异步的demo
```bash
cd redux-todolist-demo
cnpm i
npm start

```

## react-redux-router-no-hash
展示了redux和react结合起来没有带#号的问题
```bash
cd react-redux-router-no-hash
cnpm i
npm start

```
## antd-theme
展示了antd和create-react-app修改默认端口和主题颜色
```bash
cd antd-theme
cnpm i
npm start

```
## example-dva-async
展示了dva-cli处理同异步
```bash
cd example-dva-async
cnpm i
npm start

```

## next-demo
结合redux和next.js服务端渲染简单demo,异步获取数据,开启gizp
```bash
cd next-demo
cnpm i
npm run build
npm run start

```
## react-hooks
react-hooks基础
## theme-change
前端换肤实现
- css3-var [css3 变量实现换肤](https://weibozzz.github.io/study-demos/theme-change/css3-var/index.html)
- less [实现换肤](https://weibozzz.github.io/study-demos/theme-change/less/index.html)
## threejs-demo
一些demo展示
### lines
[threejs-lines](https://weibozzz.github.io/study-demos/threejs-demo/lines.html)

![](./threejs-demo/images/lines.gif)
### audio-view
[threejs-audio1](https://weibozzz.github.io/study-demos/threejs-demo/audio-view.html)

![](./threejs-demo/images/audio.gif)
### audio-view2
[threejs-audio2](https://weibozzz.github.io/study-demos/threejs-demo/audio-view2.html)

![](./threejs-demo/images/audio2.gif)
## 关于作者 / About

- github:[https://github.com/Weibozzz](https://github.com/Weibozzz)
- 个人博客:[http://www.liuweibo.cn](http://www.liuweibo.cn)
- segmentfault:[https://segmentfault.com/u/weibozzz](https://segmentfault.com/u/weibozzz)

## 捐助
**为什么要捐助?**
一篇好文章可以帮助你节省大量的时间,而你的时间是相当宝贵的。

向文章的作者提供小额捐助,可以鼓励作者写出更好的文章。这是一种良性循环,现在就行动吧!

[![立即捐助](https://weibozzz.github.io/assets/pay/pay-btn.png)](https://github.com/Weibozzz/study-demos/issues/1)

(支持微信与支付宝)
## 版权声明
- 所有原创文章的著作权属于 Weibozzz。