jordan-barrett-jm / info3180-lab7

Starter code for Lab 7 with VueJS (using Build Tools) and Flask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

info3180-lab7-vuejs-starter

This template should help get you started developing with Vue 3 in Vite.

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Start Flask API

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

About

Starter code for Lab 7 with VueJS (using Build Tools) and Flask


Languages

Language:Python 36.9%Language:Vue 24.0%Language:CSS 19.5%Language:JavaScript 11.9%Language:HTML 7.3%Language:Procfile 0.4%