Skip to content

Instantly share code, notes, and snippets.

@rg3915
Last active June 21, 2022 21:59
Show Gist options
  • Save rg3915/6fad3d19f2b511ec5da40cef5a168ca5 to your computer and use it in GitHub Desktop.
Save rg3915/6fad3d19f2b511ec5da40cef5a168ca5 to your computer and use it in GitHub Desktop.
Install node, nvm and vue-cli

vue-cli

vue list
vue init --help
vue init simple myproject

vue init simple simple
vue init webpack webpack
npm install
npm run dev

Instalando node, nvm e vue-cli

wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
nvm --version
nvm install --lts # 16.15.1
nvm list
nvm use 16.15.1

Instalar vue-cli

npm install -g @vue/cli
vue -V
4.3.1
vue init evolutio/djavue jabuticaba
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment