Mini web service created with Vue.js and Firebase

Deploy

$ yarn build
$ firebase deploy

view-loader

For detailed explanation on how things work, consult the docs for vue-loader.

the term

  • SFC
  • Single File Component

Precautions (points solved by yourself)

  • To implement CSS(SASS) file
$ yarn add node-sass sass-loader
  • webpack.config.js
-        test: /\.css$/,
+        test: /\.(sa|sc|c)ss$/,
  • About packages version
  • “webpack-dev-server” 3 causes an error
  • “css-loader” 2 causes an error

Download Details:

Author: nikukyugamer

Demo: https://nextpublishing.jp/book/9884.html

Source Code: https://github.com/nikukyugamer/spa-by-vuejs-and-firebase

#vuejs #vue #javascript #firebase

Mini web service created with Vue.js and Firebase
4.90 GEEK