My gaming profile using Nuxt.js, Storyblok & Vue-Cli-3
url: https://jioo.github.io/games
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
- Nuxt.js Nuxt.js is a framework for creating Vue.js applications, you can choose between Universal, Static Generated or Single Page application.
- Storyblok Storyblok, a revolutionary API-based & headless CMS.
- Vue CLI 3 Standard Tooling for Vue.js Development.
- Vuetify Material Design Component Framework.
- Vue-infinite-loading An infinite scroll plugin for Vue.js.