Skip to content

Instantly share code, notes, and snippets.

@antoniojps
Last active April 9, 2017 14:50
Show Gist options
  • Save antoniojps/0a4ca10b556b118eb071351d378f7909 to your computer and use it in GitHub Desktop.
Save antoniojps/0a4ca10b556b118eb071351d378f7909 to your computer and use it in GitHub Desktop.
Comandos para começar novo projeto Vue
$ vue init webpack-simple 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