Simple VueJS application that lists the starships elements using The Star Wars API
You can search for a specific starship also by name or model
- VueJS
- The Star Wars API
- clone project
git clone https://github.com/Trendyol-Front-End-Bootcamp/week-4-vue-mahmud-mardini.git
cd week-4-vue-mahmud-mardini
- Install dependencies
npm install
- lints and fixes files
npm run lint
- run the app
npm run serve