Skip to content

lautiamkok/nuxt-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Nuxt + Plython

A basic concept using Nuxt and Python to decouple template engines in Python web applications.

Read the post here about this repository.

Nuxt Setup

# Dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# Production
$ npm run build
$ npm start

Then, access it at http://localhost:3000/

Flask Setup

# Production
$ cd [my-app-name]
$ cd venv
$ python app/routes.py

Then, access it at http://localhost:5000/

Dependencies

  1. Node
  1. Python

    Flask

About

A basic concept using Nuxt and Python to decouple template engines in Python web applications.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages