Skip to content

Instantly share code, notes, and snippets.

View yakumomutsuki's full-sized avatar

OI / yakumomutsuki yakumomutsuki

View GitHub Profile
@skysan87
skysan87 / create_vue_project_with_npx.md
Last active October 20, 2021 13:34
vue-cliをグルーバルにインストールせずにプロジェクト作成する

vue-cliをグルーバルにインストールせずにプロジェクト作成する

必須条件

  • npm v5.2以上
    • それ以前のバージョンはnpxのパッケージをグローバルにインストール

ローカルにVue CLIをインストール

  • Vue 2
$ npm install vue-cli