hiropy0123 / nuxt-contact-form

【Nuxt.js】お問い合わせフォーム実装にWordPressのContact Form 7で対応する

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nuxt-contact-form

環境変数の設定

app ディレクトリの中に .env ファイルを作成して、以下の項目を環境変数に入れます。

  • WP_REST_API_BASE_URL (WordPressのベースURL)
  • WPUSER (アプリケーションパスワードのユーザ名)
  • APPLICATION_PASSWORD (アプリケーションパスワード)

Build Setup

# install dependencies
$ yarn install

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

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

# generate static project
$ yarn run generate

For detailed explanation on how things work, checkout Nuxt.js docs.

About

【Nuxt.js】お問い合わせフォーム実装にWordPressのContact Form 7で対応する


Languages

Language:Vue 81.7%Language:TypeScript 8.6%Language:JavaScript 8.6%Language:CSS 1.1%