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
- Host: GitHub
- URL: https://github.com/jioo/games
- Owner: jioo
- License: mit
- Created: 2018-10-21T15:22:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T13:51:23.000Z (over 2 years ago)
- Last Synced: 2024-12-31T19:27:25.322Z (4 months ago)
- Topics: nuxtjs, storyblok, vue-cli-3, vuetify
- Language: Vue
- Homepage: https://jioo.github.io/games
- Size: 44.8 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Gamehub ##
My gaming profile using Nuxt.js, Storyblok & Vue-Cli-3
[](http://paypal.me/jjquiazon)
[](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.