https://github.com/suhaotian/fe_benchmark
Performance test for React 16 and Vue
https://github.com/suhaotian/fe_benchmark
performance react15 react16 test vue
Last synced: 7 months ago
JSON representation
Performance test for React 16 and Vue
- Host: GitHub
- URL: https://github.com/suhaotian/fe_benchmark
- Owner: suhaotian
- Created: 2017-09-29T05:24:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-29T08:22:07.000Z (over 8 years ago)
- Last Synced: 2025-07-06T15:03:33.036Z (7 months ago)
- Topics: performance, react15, react16, test, vue
- Language: JavaScript
- Homepage:
- Size: 1.76 MB
- Stars: 6
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue/React performance example
Click below online example links, and open browser developer tools, Click `+1` button, see console :)
## Vue online example
[Vue](https://suhaotian.github.io/FE_Benchmark/vue)
Test output:

## React 16 online example
[React 16](https://suhaotian.github.io/FE_Benchmark/react)
Test output:

## React 15 online example
[React 15](https://suhaotian.github.io/FE_Benchmark/react15)
Test output:

## How to build your owns
```bash
npm install && npm run prepare
npm run build && npm run copy
```
Output files in build diectory
## How to deploy to github page
```bash
# deploy
npm run publish
```
## Tools
* create-react-app
* vue-cli
## Why have this ?
Compares to [Juzoom/FE_Benchmark](https://github.com/Juzoom/FE_Benchmark).