in10tn / web2py_vuejs_vuetify

Web2py with Vue.js and Vuetify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

web2py vuejs vuetify

This is a project to integrate formally Web2py with Vue.js

Include:

Install

Enter Web2py applications folder

$ cd applications

Clone this repo

$ git clone https://github.com/robertop23/web2py_vuejs_vuetify

Enter web2py_vuejs_vuetify folder

$ cd web2py_vuejs_vuetify

Install npm dependencies

$ npm install

Create and watch your vue app and related Files

$ npm run watch

The Vue files are inside resources folder

TODO:

  • Make all auth process
    • Fix vue routing
    • login
    • logout
    • register
    • reset password
    • Test
  • Join web2py translations with inner translations?
  • Join Web2py Menu with vue menu?
  • Better looking Frontpage

Contributing:

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.

About

Web2py with Vue.js and Vuetify

License:Other


Languages

Language:Python 76.1%Language:JavaScript 10.5%Language:Vue 5.8%Language:HTML 3.9%Language:CSS 3.7%