A basic concept using Nuxt and Python to decouple template engines in Python web applications.
Read the post here about this repository.
# 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/
# Production
$ cd [my-app-name]
$ cd venv
$ python app/routes.py
Then, access it at http://localhost:5000/
- Node
-
Python