Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (21 loc) · 368 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 368 Bytes

flask-webpack-vue-sample

a example of using flask-webpack with vuejs and hot module replacement.

Usage

for frontend (vuejs)

$ yarn
$ yarn run start

or ..

$ npm install
$ npm run start

for backend (flask app)

$ cd flask
$ virtualenv venv
$ source ./venv/bin/activate
$ pip install flask flask-webpack
$ python app.py