Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 879 Bytes

README.md

File metadata and controls

51 lines (30 loc) · 879 Bytes

Vue/React performance example

Click below online example links, and open browser developer tools, Click +1 button, see console :)

Vue online example

Vue

Test output:

vue output

React 16 online example

React 16

Test output:

react output

React 15 online example

React 15

Test output:

react output

How to build your owns

npm install && npm run prepare
npm run build && npm run copy

Output files in build diectory

How to deploy to github page

# deploy
npm run publish

Tools

  • create-react-app
  • vue-cli

Why have this ?

Compares to Juzoom/FE_Benchmark.