Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kunoacc/swapi-nuxt
A star wars directory with nuxt and tailwind css using the swapi api.
https://github.com/kunoacc/swapi-nuxt
Last synced: 6 days ago
JSON representation
A star wars directory with nuxt and tailwind css using the swapi api.
- Host: GitHub
- URL: https://github.com/kunoacc/swapi-nuxt
- Owner: Kunoacc
- Created: 2019-08-13T00:47:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T07:03:18.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T00:40:13.843Z (over 1 year ago)
- Language: Vue
- Homepage: https://swapinuxt.netlify.com/
- Size: 7.36 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# strapi-vue
> A Nuxt application that interfaces with the strapi api to perform basic SPA features
## Build Setup
``` bash
# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn dev# build for production and launch server
$ yarn build
$ yarn start# generate static project
$ yarn generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).