-
Install from Vue CLI (Choose the default settings)
vue create appname
-
cd into appname
cd appname
-
Install router (Choose )
vue add router
-
Install bootstrap-vue
npm i --save bootstrap-vue bootstrap
-
Install Sass Loader
npm i --save sass-loader sass
-
Start the development server
npm run serve
Created
July 10, 2019 17:09
-
-
Save bradsiefert/0e7193b8c1bbf9c744120506ea4413c9 to your computer and use it in GitHub Desktop.
Getting a Web app Up and Running with VueJS
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment