https://github.com/joaopaulomoraes/iron-man-comics-api
A Vue project to work with Iron Man comics provided by Marvel API
https://github.com/joaopaulomoraes/iron-man-comics-api
Last synced: 8 months ago
JSON representation
A Vue project to work with Iron Man comics provided by Marvel API
- Host: GitHub
- URL: https://github.com/joaopaulomoraes/iron-man-comics-api
- Owner: joaopaulomoraes
- Created: 2017-11-14T19:47:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T09:23:08.000Z (almost 3 years ago)
- Last Synced: 2025-01-12T06:07:14.044Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 11.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Iron Man Comics API
A Vue project to work with Iron Man comics provided by Marvel.
## Getting Started
### Installing
Cloning the project.
```
git clone https://github.com/joaopaulomoraes/Iron-Man-Comics-API.git
```
Access the **source** folder of the project.
```
cd Iron-Man-Comics-API/source
```
Add the data of your access key in file **config/Credentials.js**
```
{
publicKey: 'YOUR-PUBLIC-KEY',
privateKey: 'YOUR-PRIVATE-KEY'
}
```
Install dependencies.
```
npm install
```
Serve with hot reload at localhost:8080.
```
npm run dev
```
Build for production with minification.
```
npm run build
```
Build for production and view the bundle analyzer report.
```
npm run build --report
```
### Prerequisites
To run the project, you must have the node installed on your computer.
You can get more information on how to get it [here](https://docs.npmjs.com/getting-started/installing-node).
## License
This project is licensed under the MIT License.