LoginSignup
0
0

More than 3 years have passed since last update.

Vue CLI install

Last updated at Posted at 2019-08-10

nodejs.org


Vue CLIのnpmパッケージ

npm install -g @vue/cli@3.5.0

vue -V

vue create [name]

npm run serve

vue add vuetify

nodejs LTS


npm install -g @vue/cli

vue create [project-name]

nuxt.js

npx create-nuxt-app [project-name]
npm run dev

nuxt.js scratch

npm install --save nuxt

nuxt.js firebase

npm install --save firebase@6.2.4
npm install --save vuexfire@3.0.1

nuxt.js 環境変数設定

npm install --save @nuxtjs/dotenv@1.3.0

musicLibrary

yarn global add @vue/cli-init
vue init webpack projectName

cd music-library
npm install bulma
npm i --save @fortawesome/fontawesome
npm i --save @fortawesome/vue-fontawesome
npm i --save @fortawesome/fontawesome-free-solid

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0