An open API service indexing awesome lists of open source software.

https://github.com/negi524/wordpress-theme-template

個人的WordPressテーマテンプレート
https://github.com/negi524/wordpress-theme-template

wordpress wordpress-theme

Last synced: 3 days ago
JSON representation

個人的WordPressテーマテンプレート

Awesome Lists containing this project

README

        

# wordpress-theme-template

ここからカスタマイズを行う前提の、WordPress テーマテンプレート

## 開発方法

### 1. プロジェクトのインストール

```bash
npm install
```

### 2. 開発時(ホットリロードあり)

```bash
npm run dev
```

### 3. コードフォーマット

prettier によるコードフォーマットを適用する。

```bash
npm run format
```

### 4. 本番環境用のファイルをビルド

```bash
npm run build
```

## 開発用おすすめプラグイン

* Query Monitor