Skip to content

Commit

Permalink
Create install-cli.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
darvat authored Jul 11, 2020
1 parent 7fcc508 commit 4b78262
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions install-cli.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Install:

npm install -g @vue/cli
# OR
yarn global add @vue/cli



Create a project:

vue create my-project
# OR
vue ui

0 comments on commit 4b78262

Please sign in to comment.