/info3180-lab6

Primary LanguageJavaScript

Lab 6 - VueJS

The goal of this lab is to become familiar with VueJS.

Remember to always create a virtual environment and install the packages in your requirements file

$ python -m venv venv (you may need to use python3 instead)
$ source venv/bin/activate (or .\venv\Scripts\activate on Windows)
$ pip install -r requirements.txt 
$ python run.py