Giter Site home page Giter Site logo

monaco2's Introduction

monaco2

Nuxt.js project

Build Setup

# install dependencies
$ npm install # Or yarn 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 the Nuxt.js docs.

url structure

### post_type post
/game/onmyoji-game/ - アプリ別 single post
/game/onmyoji-game/tweet
/game/onmyoji-game/official
/game/onmyoji-game/rss
/game/onmyoji-game/video
/game/onmyoji-game/review
/game/onmyoji-game/goods
/game/onmyoji-game/download

### category
/category/game(app)/ - category archive
/category/game/rpg/ - child category archive

### taxonomy
/publisher/netease/ - カスタム分類publisher限定
/selection/boys-rpg-game/ - カスタム分類selection限定
/tag/和風rpg/ - タグ限定

### custom post_type news(article) ニュース・記事
/news(article)/ - archive
/news/2018/ - 2018 news archive
/news/2018/05/ - 2018/5 news archive
/news/onmyoji-game/2018/05/12/123456/ - 2018/05/12 onmyoji-game news archive

### custom post_type word トレンドワード
/word/ - archive
/word/1234/ - ID 1234の単語ページ

#### クエリ
?post_type=post - post_type
?appname=onmyoji-game - アプリ名
?publisher=netease - パブリッシャー
/page/2/ - 2ページ目

### ランキング
/ranking/
/ranking/free-all/
/ranking/paid-all/
/ranking/grossing-game/
/ranking/free-game/
/ranking/paid-game/

### search
/search/ - 検索結果

### 固定ページ
/about/ - AppsMateについて
/company/ - 運営会社
/terms/ - ご利用に当たって
/privacy/ - プライバシーポリシー
/contact/ - お問い合わせ

data structure

+ category
  +- entries
    +- entry.app

+ news
  +- entries
    +- entry.news

+ article
  +- entries
    +- entry.article

+ search
  +- entries
    +- entry

+ word
  +- entries
    +- entry.word

monaco2's People

Contributors

morimi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.