nuxtのインストール、起動
Deprecated: stripos(): Non-string needles will be interpreted as strings in the future. Use an explicit chr() call to preserve the current behavior in /home/himariweb/www/wp/wp-content/themes/luxeritas/inc/wpfunc.php on line 1921
nuxtのインストール、起動
nodeをインストールした状態でnpx create-nuxt-app project
npm run dev
仮想環境内のwebserverにアクセスする方法
mac上とかに立てたwebserverならlocalhostでアクセス出来ると思いますが、仮想環境上に立てたwebserverはlocalhostではアクセスできません。
次のようにpackage.jsonにhostを指定するとアクセス出来るようになります。
"scripts": {
"dev": "nuxt --hostname 192.168.33.10",
ディスカッション
コメント一覧
まだ、コメントがありません