An open API service indexing awesome lists of open source software.

https://github.com/jioo/games

[https://jioo.github.io/games] My gaming profile using Nuxt.js, Storyblok & Vue-Cli-3
https://github.com/jioo/games

nuxtjs storyblok vue-cli-3 vuetify

Last synced: 2 months ago
JSON representation

[https://jioo.github.io/games] My gaming profile using Nuxt.js, Storyblok & Vue-Cli-3

Awesome Lists containing this project

README

        

## Gamehub ##

My gaming profile using Nuxt.js, Storyblok & Vue-Cli-3

[![paypal](https://img.shields.io/badge/paypal-donate-green.svg)](http://paypal.me/jjquiazon)
[![gh-action](https://github.com/jioo/games/workflows/.github/workflows/main.yml/badge.svg)](https://github.com/jioo/games/actions)

url: https://jioo.github.io/games

## Installation
```
git clone https://github.com/jioo/games.git
cd games

# Install Dependencies
npm i

# Launch development server with hot-reloading
npm run serve

# Build the application and generate every route as a HTML file
npm run build
```

## Includes ##

* [Nuxt.js](https://nuxtjs.org/) Nuxt.js is a framework for creating Vue.js applications, you can choose between Universal, Static Generated or Single Page application.
* [Storyblok](https://www.storyblok.com/) Storyblok, a revolutionary API-based & headless CMS.
* [Vue CLI 3](https://cli.vuejs.org/) Standard Tooling for Vue.js Development.
* [Vuetify](https://vuetifyjs.com/en/) Material Design Component Framework.
* [Vue-infinite-loading](https://peachscript.github.io/vue-infinite-loading/) An infinite scroll plugin for Vue.js.