Skip to content

a integrated game website based on Flask and Nuxt.js

Notifications You must be signed in to change notification settings

ScheWann/gamewebsite

Repository files navigation

pytutorial

This is my fabulous Nuxt.js project After discovering the shortcomings of Vue.js in search engine optimization (SEO), I re-studied and explored Nuxt.js (an improved front-end framework for SEO), and all applied in this project. Here is a completed front-end design

Build Setup

# 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.

Demo

game_demo.mp4

Pyfiles

This folder contains all python files. Use beautifulSoup4 to crawl the strategy information of the corresponding game

ASSETS

This directory is not required, you can delete it if you don't want to use it.

This directory contains your un-compiled assets such as LESS, SASS, or JavaScript.

More information about the usage of this directory in the documentation.

LAYOUTS

This directory is not required, you can delete it if you don't want to use it.

This directory contains your Application Layouts.

More information about the usage of this directory in the documentation.

PAGES

This directory contains your Application Views and Routes. The framework reads all the *.vue files inside this directory and creates the router of your application.

More information about the usage of this directory in the documentation.

MIDDLEWARE

This directory is not required, you can delete it if you don't want to use it.

This directory contains your application middleware. Middleware let you define custom functions that can be run before rendering either a page or a group of pages.

More information about the usage of this directory in the documentation.

PLUGINS

This directory is not required, you can delete it if you don't want to use it.

This directory contains Javascript plugins that you want to run before mounting the root Vue.js application.

More information about the usage of this directory in the documentation.

COMPONENTS

This directory is not required, you can delete it if you don't want to use it.

The components directory contains your Vue.js Components.

Nuxt.js doesn't supercharge these components.

About

a integrated game website based on Flask and Nuxt.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published