前提・実現したいこと
Nuxt.jsでWebサイトを作っているのですがリアルタイムでコンパイルをしたい
以前まではyarn dev
するとyarnが動きリアルタイムでコードがコンパイルされて反映されていたのですが何故かできなくなりました
なぜでしょうか?
もしくはyeanの実行方法で良いものがあったら教えて頂けますでしょうか?
該当の状態
% yarn dev yarn run v1.22.0 $ nuxt ╭─────────────────────────────────────────────╮ │ │ │ Nuxt.js v2.12.2 │ │ Running in development mode (universal) │ │ │ │ Listening on: http://localhost:3000/ │ │ │ ╰─────────────────────────────────────────────╯ ℹ Preparing project for development 17:16:57 ℹ Initial build may take a while 17:16:57 ✔ Builder initialized 17:16:57 ✔ Nuxt files generated 17:16:57 ✔ Client Compiled successfully in 14.24s ✔ Server Compiled successfully in 14.12s ℹ Waiting for file changes 17:17:12 ℹ Memory usage: 252 MB (RSS: 552 MB) 17:17:12 ℹ Listening on: http://localhost:3000/
あなたの回答
tips
プレビュー