Skip to content

Instantly share code, notes, and snippets.

@alex-oliveira
Last active May 16, 2017 20:26
Show Gist options
  • Save alex-oliveira/f54ce8d451c6f5d90c17b9807d847d61 to your computer and use it in GitHub Desktop.
Save alex-oliveira/f54ce8d451c6f5d90c17b9807d847d61 to your computer and use it in GitHub Desktop.
Vue.JS 2

Init of project (Standalon + ESLint + Airbnb)

$ vue init webpack my-project

Init of node

$ cd my-project

$ npm i

Add new dependencies

$ npm i vuex vue-router lodash axios --save

Add ui dependencies

$ npm i vue-material | vuetify | bootstrap-sass --save

$ npm i mdi | font-awesome --save

Add new dependencies of development

$ npm i node-sass sass-loader --save-dev

Configure "/config/index.js"

autoOpenBrowser: false

$

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