sguphil / flask-vue-crud

learn basic VUE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

https://testdriven.io/blog/developing-a-single-page-app-with-flask-and-vuejs/

  1. env setup
  • $ python3.6 -m venv env
  • $ source env/bin/activate
  • (env)$ pip install Flask==1.0.2 Flask-Cors==3.0.7
  1. set env
  • source env/bin/activate
  1. run client
  • yarn run serve
  1. run server
  • python3.6 app.py

client

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Customize configuration

See Configuration Reference.

About

learn basic VUE


Languages

Language:Python 80.6%Language:HTML 19.4%