/exchangario-learn-vue-js-3-firebase

Create a real-world Vue JS 3 app with Firestore (Firebase). Learn Vuex, Composition, and the latest Vue JS 3 concepts.

Primary LanguageSCSS

exchangario

Exchangario

Dev environment

node -v
npm -v
npm install -g @vue/cli

Create project

vue create exchangario

Project setup

npm install

Compiles and hot-reloads for development

npm run serve
npm run serve -- --port 8000
npm run serve -- --host 0.0.0.0 --port 8000

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.