Skip to content

This is a sample app for comparing the frameworks react and vue.js

Notifications You must be signed in to change notification settings

chnoack/vue-vs-react-battleship

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to start the battleships

This is a fork of Tonis very nice example to copmare React and Vuejs. I've fixed some dings and dongs espacially in the VueJs example to make it work with the current version of VueJs. I've also added eslint.

vue-battleship

A Vue.js project based on vue-cli's Webpack template to compare Vue.js and React. Companion repo: https://github.com/tonihauptcc/vue-vs-react-battleship/tree/master/react-battleship

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

For detailed explanation on how things work, checkout the guide and docs for vue-loader.

react-battleship

This project was bootstrapped with Create React App.

Sample app used to compare against Vue.js. Companion repo: https://github.com/tonihauptcc/vue-vs-react-battleship/tree/master/vue-battleship

Build Setup

Run npm install to install all dependencies.

npm start or yarn start

Runs the app in development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will see the build errors and lint warnings in the console.

By default, it also includes a service worker so that your app loads from local cache on future visits.

About

This is a sample app for comparing the frameworks react and vue.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.1%
  • Vue 10.8%
  • CSS 6.1%
  • HTML 3.0%