Skip to content

Old style boilerplate for bottle framework with python , Mako, and Vue JS

Notifications You must be signed in to change notification settings

boengkar2020/bottle-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Old style boilerplate for bottle framework, mako, vue 3, and vuetify 3

To using this boilerplate, i recommend use virtualenv.

  1. Clone this project to yours computer

$ git clone https://github.com/boengkar2020/bottle-boilerplate.git myproject

  1. Create virtualenv

$ cd myproject

$ virtualenv -p python3 venv

$ source venv/bin/activate

  1. Install requirements for this project

(venv) $ pip install requirements.txt

  1. Run project

(venv) $ python app.py

About

Old style boilerplate for bottle framework with python , Mako, and Vue JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors