Skip to content

albertopiras/react-angular-vue-same-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Friend list App.

The same App built with React, Angular, Vue.

Angular Online Demo -> angular demo

React Online Demo -> react demo

Vue Online Demo -> vue demo

Use React App (v 16.x):

cd react/app-list/

npm start

visit --> localhost:8080

Build

specify "homepage" into the package.json file:

"homepage": "./"

npm run build

then use build folder

Use Angular App (v 5.x):

cd angular/app-list/

npm start

visit --> localhost:8080

Build

ng build --base-href=./


anglular-cli.json file "defaults": { "serve": { "port": 8080 } }

Use Vue App (v 2.x):

cd vue/app-list/

npm start

visit --> localhost:8080

Build

update the file app/config/index.js

assetsPublicPath: './'

npm run build

then use dist folder

About

The same App built with React, Angular, Vue.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published