Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a tutorial? #59

Open
jorgerpo opened this issue May 13, 2019 · 8 comments
Open

Is there a tutorial? #59

jorgerpo opened this issue May 13, 2019 · 8 comments
Labels
hacktoberfest-accepted Accepted for Hactoberfest Will merge later help wanted Extra attention is needed

Comments

@jorgerpo
Copy link

Hello
Is there an stet by step article or tutorial for vue-crud-x?

@ais-one
Copy link
Owner

ais-one commented May 15, 2019

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.

@ais-one ais-one added the help wanted Extra attention is needed label Oct 7, 2019
@dewstend
Copy link

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!

@ais-one
Copy link
Owner

ais-one commented Oct 17, 2019

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

@kothanzaw
Copy link

I cannot run it on my local machine.. I think api is not working .. how can i run with firebase ?

@kothanzaw
Copy link

sorry ,, I can run it .. but cannot login with test, test. That why sqlite or api is not working ..

@ais-one
Copy link
Owner

ais-one commented Jun 5, 2020 via email

@ais-one ais-one added hacktoberfest-accepted Accepted for Hactoberfest Will merge later and removed hacktoberfest-accepted Accepted for Hactoberfest Will merge later labels Oct 7, 2020
@jsnfwlr
Copy link

jsnfwlr commented Mar 21, 2021

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 ...

@ais-one
Copy link
Owner

ais-one commented Mar 21, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted Accepted for Hactoberfest Will merge later help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

5 participants