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

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

Notifications You must be signed in to change notification settings

qwexvf/flask-webpack-vue-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published