Skip to content

Instantly share code, notes, and snippets.

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 bradsiefert/0e7193b8c1bbf9c744120506ea4413c9 to your computer and use it in GitHub Desktop.
Save bradsiefert/0e7193b8c1bbf9c744120506ea4413c9 to your computer and use it in GitHub Desktop.
Getting a Web app Up and Running with VueJS

Getting a Web app Up and Running with VueJS

  1. Install from Vue CLI (Choose the default settings) vue create appname

  2. cd into appname cd appname

  3. Install router (Choose ) vue add router

  4. Install bootstrap-vue npm i --save bootstrap-vue bootstrap

  5. Install Sass Loader npm i --save sass-loader sass

  6. Start the development server npm run serve

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment