Skip to content

Commit

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

npm install -g @vue/cli
# OR
Expand All @@ -7,7 +8,12 @@ yarn global add @vue/cli


Create a project:

-------------------
vue create my-project
# OR
vue ui


Run project:
--------------
npm run serve

0 comments on commit 24c8eb1

Please sign in to comment.