caribbeanyute / info3180-lab6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 or python3.5 [on Cloud9] instead)
$ source venv/bin/activate (or .\venv\Scripts\activate on Windows)
$ pip install -r requirements.txt 
$ python run.py

About


Languages

Language:JavaScript 99.0%Language:HTML 0.7%Language:Python 0.3%Language:CSS 0.0%