https://github.com/webmasterdevlin/heroes-vue
My version of Tour of Heroes web app built using Vue and Vuex
https://github.com/webmasterdevlin/heroes-vue
Last synced: 2 months ago
JSON representation
My version of Tour of Heroes web app built using Vue and Vuex
- Host: GitHub
- URL: https://github.com/webmasterdevlin/heroes-vue
- Owner: webmasterdevlin
- License: mit
- Created: 2019-01-23T09:09:07.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T16:10:08.000Z (almost 3 years ago)
- Last Synced: 2025-10-03T13:51:57.092Z (2 months ago)
- Language: Vue
- Size: 4.34 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# My version of Tour of Heroes app using Vuejs with Vuex State Management.
### Features
HTTP request (using axios), navigation params, 2 different module structure (hereos and villains), computed values, optimistic ui update.
### To run the project after cloning
Create or go to your demo directory then run the following in the terminal or cmd.
```sh
$ git clone https://github.com/webmasterdevlin/heroes-vue.git
$ cd heroes-vue
$ npm install
$ npm run start
```
The React app and the fake web service will run concurrently.
Go to http://localhost:8080
