Created
June 28, 2017 07:44
-
-
Save BKeanu1989/42c23c7c498e3dc31fc22da16c3811da to your computer and use it in GitHub Desktop.
vue js pwa
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 install -g vue-cli | |
vue init pwa my-project | |
cd my-project | |
npm install | |
npm run dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment