A Vue.js project
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build- vue init webpack-simple [Foloder name]
npm install --save vuex
npm install --save-dev babel-preset-stage-2 Go to File .babelrc and add new object ["stage-2"]
npm install vue-router
npm install vue firebase vuefire --save https://github.com/vuejs/vuefire
npm install vue firebase vuexfire --save https://github.com/posva/vuexfire
npm install css-loader style-loader --save-dev
Then in webpack.base.conf.js { test: /.css$/, use: [ 'style-loader', 'css-loader' ] },
npm install vue-localstorage --save https://github.com/pinguinjkeke/vue-local-storage