Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nuxt.jsによるWeb環境を構築 #36

Merged
merged 7 commits into from
Nov 24, 2019
Merged

Nuxt.jsによるWeb環境を構築 #36

merged 7 commits into from
Nov 24, 2019

Conversation

AquiTCD
Copy link
Collaborator

@AquiTCD AquiTCD commented Nov 24, 2019

概要

RESOLVE: #30

Webサイト側の環境としてNuxt.jsがSlackAppと同じBoltサーバーで動作するための環境構築

変更内容

  • SlackAppのディレクトリ変更
  • Nuxtの導入
    • nuxt-typescriptに必要なTS回りの設定変更
    • 各種設定変更

影響範囲や破壊的変更

SlackAppの実装ソースはsrcからslackディレクトリに変更

動作要件

yarn install

リリース手順

  • masterにマージする

実行したテスト

  • CI(リント+自動テスト)
  • 開発環境経由での動作確認

補足

従来Bolt単体で動いてたものがNuxtを組みこんで動作するため
Nuxt側でも正常に立ち上がらないと動作しないので注意

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nuxtが同じExpress上で動作するようにする
1 participant