ibonkonesa / barber-shop

Vue + Firebase (cloud functions, auth, firestore, hosting) reservations system
54 stars 18 forks source link

Some fixes across npm build --prod errors #1

Closed SayChunKim closed 4 years ago

SayChunKim commented 4 years ago

Style SCSS Change

From import '@mdi/css/materialdesignicons.css' To import '@mdi/font/css/materialdesignicons.css'

And package.json update

{
  "name": "web",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "serve": "vue-cli-service serve",
    "build": "vue-cli-service build"
  },
  "dependencies": {
    "@mdi/font": "^2.8.94",
    "axios": "^0.18.0",
    "babel-plugin-transform-async-to-generator": "^6.24.1",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-polyfill": "^6.26.0",
    "buefy": "^0.8.15", // buefy latest version is 0.8.15
    "core-js": "^3.6.4",
    "firebase": "^7.14.0",   
    "uuid": "^3.3.2",
    "vue": "^2.5.17",
    "vue-router": "^3.0.1",
    "vue2-datepicker": "^2.4.2",
    "vuex": "^3.0.1",
    "vuexfire": "^3.0.0-alpha.9"
  },
  "devDependencies": {
    "@vue/cli": "^4.3.1",
    "@vue/cli-service": "^4.3.1",
    "node-sass": "^4.9.0",
    "sass-loader": "^7.0.1",
    "vue-template-compiler": "^2.5.17"
  }
}

in function package.json

"engines": {
    "node": "8"
  }

Nice project btw

ibonkonesa commented 4 years ago

Thank you! I will update this soon

ibonkonesa commented 4 years ago

I appreciate your feedback. I have been reviewing this project and I noticed some issues:

I did this project when I was learning Vue. I'm sure now that this code is a shit, but I hope the idea was cool.