Skip to content

Instantly share code, notes, and snippets.

@filipgorczynski
Last active February 19, 2018 19:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save filipgorczynski/cbca878c4b392dcead2bb6baa3de5b52 to your computer and use it in GitHub Desktop.
Save filipgorczynski/cbca878c4b392dcead2bb6baa3de5b52 to your computer and use it in GitHub Desktop.
Create empty VuejS 2 project
vue init webpack vuesemicolon
#? Project name vuesemicolon
#? Project description A Vue.js project
#? Author Filip Górczyński <ja@server.com>
#? Vue build standalone
#? Install vue-router? Yes
#? Use ESLint to lint your code? Yes
#? Pick an ESLint preset Standard
#? Set up unit tests No
#? Setup e2e tests with Nightwatch? No
#? Should we run `npm install` for you after the project has been created? (recommended) yarn
#
# vue-cli · Generated "vuesemicolon".
cd vuesemicolon
npm run dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment