/ekskul-vue-app

This repo contains a dummy project to introduce VueJS (v2) with Buefy and Firebase RTDB to students enrolled in an online learning community, Ekskul (https://www.instagram.com/ekskulindonesia/).

Primary LanguageVue

ekskul-vue-app

Open your computer terminal then run the following commands:

  1. Clone this repository to your local computer
git clone https://github.com/arusl/ekskul-vue-app.git
  1. Move to the newly cloned/downloaded project
cd ekskul-vue-app
  1. Project setup
npm install
  1. Compiles and hot-reloads for development
npm run serve
  1. Open your browser and access localhost:8080 to view the running web application