Nuxt.jsの読み方

  • 2020.05.30
  • N
Nuxt.jsの読み方

Vue.jsアプリケーションのJavaScriptフレームワーク「nuxt.js」の読み方を掲載してます。

読み⽅

ナクストジェーエス」と読みます。

Nuxt.jsとは

vue.jsでサーバーサイドレンダリング(SSR)で開発するために必要な者が、揃っており、開発しやく、また個人的にはライブラリも豊富で、学習コストも低く導入しやすい。また、

nuxt環境の構築手順は、下記となります。

npx create-nuxt-app test-nuxtapp

コマンド実行後は、利用するUIフレームワークなどを選択して構築することができます。

create-nuxt-app v2.15.0
✨  Generating Nuxt.js project in test-nuxtapp
? Project name test-nuxtapp
? Project description My transcendent Nuxt.js project
? Author name 
? Choose programming language JavaScript
? Choose the package manager Yarn
? Choose UI framework None
? Choose custom server framework None (Recommended)
? Choose Nuxt.js modules (Press <space> to select, <a> to toggle all, <i> to invert selection)
? Choose linting tools (Press <space> to select, <a> to toggle all, <i> to invert selection)
? Choose test framework None
? Choose rendering mode Universal (SSR)
? Choose development tools (Press <space> to select, <a> to toggle all, <i> to invert selection)
 
 
🎉  Successfully created project test-nuxtapp