web2py_vuejs_vuetify
web2py_vuejs_vuetify copied to clipboard
Web2py with Vue.js and Vuetify
web2py vuejs vuetify
This is a project to integrate formally Web2py with Vue.js
Include:
- Web2py
- Vue.js
- Vuetify
- vee-validate
- axios
- vue-i18n
- vue-router
- more...
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.