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の組み込みのアプローチを変えて再トライする #38

Open
3 tasks
AquiTCD opened this issue Dec 3, 2019 · 0 comments
Open
3 tasks

Comments

@AquiTCD
Copy link
Collaborator

AquiTCD commented Dec 3, 2019

概要

調査しきれてないので確実ではないですが、Nuxtを

  1. tsから動かさないでjsにトランスパイルしてから動かす
  2. nuxt generateで書き出してから動かす

のどちらかのアプローチでいけそうな気がしています。

背景

#30 として #36 で対応したNuxtフロントエンドの組み込みが
実稼動させてみるとサーバーが落ちるようなので #37 で戻しました。

修正しないと困ること/修正して良くなること

#30 の問題が解決されてキレイなフロントを作る下地が今度こそ整う

対応策

  • nuxt ts runtimeでビルドしたもの動かす方法を模索
  • 上記が不可であればnuxtをjsで書いてビルドする
  • 上記が不可であればtsに戻してgenerateする方向で対応する
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

No branches or pull requests

1 participant