ais-one/cookbook

Do you accept pull requests?

ndiazaida opened this issue · 3 comments

We are using your project as part of a vue web configuration, and we have made a series of changes, in appearance and logic.

Would you be interested in taking the changes to your repository?

Thanks.

yes

you can base on the master branch, I will merge the changes to master banch... I suppose you are touching VueCrudX.vue file...

FYI, there are 2 of the above file (VueCrudX.vue) in the repo (exactly the same content), one in the project root directory, the other in example/src.

I removed the one in the project root as there is no need for 2 of them. to build the npm package, I simply pointed it to the file in example/src

If the other way round is better (keep it in root, remove example/src), please let me know why this is so, as long as the example can still find the VueCrudX.vue file in root directory, I am ok to change the location.

I am also adding some new features from the last update, but these are mostly on the example application. Will push to develop branch soon... This is what I have done so far...

Version 0.0.19

  • use one Vue file for compilation
  • Use VueI18n for translations, and include Vuetify i18n
    • one for Vuetify
    • one for VueCrudX
    • the rest for your app
  • clean up firebase code
  • implement as component (you can use it on a page with charts or google maps, etc)

And after that push, what I would like to do for version 0.0.19

  • Study if It is possible to use with NuxtJS (no breaking changes)
  • Pagination in example (with firebase - will be hard!)
  • add casl-vue, for casl authorization library

Thanks for your information.