cookbook
cookbook copied to clipboard
Is there a tutorial?
Hello Is there an stet by step article or tutorial for vue-crud-x?
Other than the quick start. Not yet.
For backend, there is no need for step by step, but for the frontend, what can be done is to create a project using Vue CLI, and then replace the src folder.
The project to use for frontend now is either example-rest or example-nuxt.
Some of the features such as auth on social login, on nuxt generated static pages could not work if you follow the instructions from the library, dynamic store also could not work on nuxt without some tinkering and finding out what was the problem.
For now this library is probably not the best for starting out, but can be useful for someone who already knows what is needed, but the documentation is not there and articles may be wrong.
What better way to know if something works by running it, testing it out, tracing through the code, seeing outputs.
This may be something useful for people to pick and choose what they need in their own projects.
The step by step will come in due time as documentation should always be improved so that more people can understand and learn use
Finally there is change coming up. Vuetify going to V2 with quite a number of breaking changes, Vue JS V3 coming up.
Hence some focus will be on the moving the code base to the next version.
I am highly interested in this repository, so I can understand the Cookbook, learn some things in the way and maybe implement some features in the future!
I am highly interested in this repository, so I can understand the Cookbook, learn some things in the way and maybe implement some features in the future!
You can join the following telegram group to discuss... I am inside there @vuejssg
I cannot run it on my local machine.. I think api is not working .. how can i run with firebase ?
sorry ,, I can run it .. but cannot login with test, test. That why sqlite or api is not working ..
did you populate the database using npm run install-db?
Warmest Regards,
Aaron
The information herein is given on a general basis without obligation and is strictly for information purposes only. We do not warrant the accuracy or completeness of the information, graphics, links, or other items contained herein, and expressly disclaim liability for errors or omissions in these materials.
On Fri, Jun 5, 2020 at 2:24 PM kothanzaw [email protected] wrote:
sorry ,, I can run it .. but cannot login with test, test. That why sqlite or api is not working ..
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ais-one/vue-crud-x/issues/59#issuecomment-639284293, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABAWBHXHZFKTCLPB6UH2PY3RVCFSHANCNFSM4HMRQAFQ .
the quickstart says to use npm run knex
but if you look in the deploy folder for the native-app example the readme says that knex is not used for migration or seed.
it seems the project has changed direction from sqlite or mongo to firebase and no documentation has been provided to help anyone ...
Hi,
knex is just the name of the script it package json, you can use it. but I think since you pointed this out, it may be confusing. It should be stated that knexfile and knex command is not used for migration or seeding...
For firebase I assume you mean firestore, I dropped it as it was painful to use.
Currently it is using both mongodb and sqlite (this can be changed to other relational db supported by knex)...
I do need to spend more time actually to make documentation because I have been spending a lot more time on coding.