JuliettKhar / quasagramm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quasagramm

Tyny instagram clone. Made with Quasar Framework

  • Vue.js
  • Node.js
  • Express
  • Firebase
  • Service workers
  • Push notification
  • Background sync

Install the dependencies

npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.

If fails with errors

npm -g cache clean --force
npm -g cache verify

npm cache clean --force
npm cache verify

npm -g uninstall @quasar/cli
npm -g install @quasar/cli

npm uninstall @quasar/cli

// delete node_modules, yarn.lock, package-lock.json

npm install
quasar info

About


Languages

Language:Vue 54.1%Language:JavaScript 40.1%Language:SCSS 3.1%Language:HTML 2.7%