https://github.com/andriannus/swapi-nuxt
The Star Wars API with Nuxt.js
https://github.com/andriannus/swapi-nuxt
nuxt rest-api swapi-nuxt vue
Last synced: about 2 months ago
JSON representation
The Star Wars API with Nuxt.js
- Host: GitHub
- URL: https://github.com/andriannus/swapi-nuxt
- Owner: andriannus
- Created: 2019-07-20T01:48:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-15T14:01:49.000Z (almost 7 years ago)
- Last Synced: 2025-09-13T01:30:02.860Z (10 months ago)
- Topics: nuxt, rest-api, swapi-nuxt, vue
- Language: Vue
- Homepage: https://swapi.andriannus.id/
- Size: 369 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# swapi-nuxt
> SWAPI with Nuxt.js
## Build Setup
``` bash
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
# generate static project
$ npm run generate
```
For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).