Created
May 26, 2017 18:38
-
-
Save maximzhurkin/234efb2d82c8cd9e3627e88c609b27a9 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| npm i -g vue-cli yarn | |
| vue init webpack <project> | |
| cd <project> | |
| yarn && yarn add pug pug-loader stylus stylus-loader | |
| yarn run dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment