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
# 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.
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
Run npm install
to install all dependencies.
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.