This is a project to integrate formally Web2py with Vue.js
Include:
- Web2py
- Vue.js
- Vuetify
- vee-validate
- axios
- vue-i18n
- vue-router
- more...
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
- Make all auth process
Fix vue routingloginlogoutregisterreset password- Test
- Join web2py translations with inner translations?
- Join Web2py Menu with vue menu?
- Better looking Frontpage
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.