A Vue.js client for the SpaceX API
This is a client built using Vue.js with the new function API for serving the SpaceX REST API
For this project you need Node installed on your machine with Npm or Yarn.
This app was generated using the Vue CLI.
You can clone this repository using Git:
git clone https://github.com/dj0nny/space-v.git
Or download the repository here
Before using the app, you need to install the dependencies. Open a terminal and type, inside the directory:
npm install
# OR
yarn install
For running it:
npm run serve
# OR
yarn serve
The Vue development server it will be up and running at this address: http://localhost:8080.
For creating an optimized build of this project run:
npm run build
# OR
yarn build
A deployed version on Netlify in available at this URL: https://space-v.netlify.com/#/
- Vue.js - A Javascript framework
- Vue Function API - provides function api from Vue3.x to Vue2.x for developing next-generation Vue applications.
- vue-hooks - Awesome hooks for Vue.js
- SpaceX API - Open Source REST API for rocket, core, capsule, pad, and launch data
Pull Requests for adding features ⇄ and ★ are welcome 😎