Skip to content

vlux/flask-vue-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Name

project description

Prerequest

Python 2.7, virtualenv, node

Web Server Setup

# initalize virtual env
virtualenv venv

# activate virtual env
source ./venv/bin/activate

# install python dependencies
pip install -r requirements.txt

# run web server
python run.py

Front End Setup

# enter the front end sub-directory
cd ./client

# install front-end dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.4%
  • Vue 12.1%
  • Python 4.9%
  • CSS 1.9%
  • HTML 0.7%