Created
March 31, 2017 09:29
-
-
Save jacky810124/0c12c3997b466108356852f43d77bee4 to your computer and use it in GitHub Desktop.
Learn vue2.0 Day1: Installation - NPM
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# use npm | |
npm install vue | |
# or you can use vue | |
yarn add vue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment