Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

yuheijotaki/works.yuheijotaki.com-nuxt

Repository files navigation

Nuxt.js + WordPress のポートフォリオサイト

概要

ポートフォリオサイトをNuxt.js と WordPress(WP REST API)を使用して再構築しました。

URL

構成

構成

使用サービス・技術

使用モジュール

ディレクトリ構成

/
└ nuxt.config.js(Nuxt.js設定)
└ /dist/(配信コンテンツ)
└ /src/
    └ /static/(静的コンテンツ)
    |   └ /assets/
    |       └ /img/
    └ /assets/(コンパイル用コンテンツ)
    |   └ /scss/
    |   └ /font/
    └ /layouts/(共通レイアウトテンプレート)
    |   └ default.vue
    └ /pages/(ページテンプレート)
    |   └ index.vue
    |   └ /work/
    |       └ _slug.vue
    └ /components/(コンポーネント)
        └ Logo.vue
        └ Search.vue
        └ SingleCapture.vue
        └ WorksItem.vue
        └ WorksList.vue
        └ WorksSingle.vue

コマンド

# install dependencies
$ npm run install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate

ステータス

Netlify Status

ブログ

About

works.yuheijotaki.dev project using Nuxt.js & WP REST API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published