ohader / janpovure

Framework Comparison - jQuery, Angular5, Polymer3, Vue2, React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Framework Comparision

  • jQuery
  • Angular5
  • Polymer3
  • Vue2
  • React (currently missing, not implemented yet)

Starting

Start JSON data provider

php -S 127.0.0.1:8090 -t server/public

The service is running at http://127.0.0.1:8090/random-products.json.php, keep it running in a separate terminal session. The according client implementation will make use of exactly that URL.

Start client implementations

jQuery

cd client/jquery
npm install
php -S 127.0.0.1:8089 -t .

Open http://127.0.0.1:8089/

Angular5

cd client/angular/product-app
yarn install
yarn run start

Open http://localhost:4200/

Polymer3

cd client/polymer/product-app
yarn install
yarn run start

Open http://127.0.0.1:8081/

Vue2

cd client/vue/product-app
npm install
npm run serve

Open http://localhost:8080/

React (not implemented yet)

About

Framework Comparison - jQuery, Angular5, Polymer3, Vue2, React


Languages

Language:JavaScript 85.4%Language:HTML 8.9%Language:TypeScript 3.2%Language:PHP 1.3%Language:Vue 1.0%Language:CSS 0.2%