iMind Developers Blog

iMind開発者ブログ

2020-10-01から1ヶ月間の記事一覧

Vue.jsでhello world

概要 vue.jsのインストール、CLIからのプロジェクト作成、hello worldの表示。 バージョン情報 nvm 0.36.0 node v12.19.0 yarn 1.22.10 @vue/cli 4.5.7 nvmからnodeとyarnのインストール nodeはnvmから入れてみる。 https://github.com/nvm-sh/nvm#installin…