level09/enferno

Blog posts for tutorial seem obsolete

Opened this issue · 1 comments

I am just getting started with Enferno but the two blog posts on Medium (https://medium.com/project-enferno/insanely-fast-prototyping-with-flask-vue-tailwind-part-1-d67e58f7d312 & https://medium.com/@level09/insanely-fast-prototyping-with-flask-vue-tailwind-part-2-38f4b2fdde41) as well as the copy of these Medium posts that appears on the website (separate issue is that none of the images show up on your website like they do on Medium), references a file called app.vue that doesn't exist when following the steps to install Enferno by cloning this repository.

This makes the guides unusable as I am unsure if the app.vue should be App.vue, if the files should be in the components directory (the imports suggest that app.vue should be in base src directory) or how to tell Enferno to use app.vue instead of Welcome.vue (I am guessing that I need to modify src/index.js to use the app.vue but my attempts to do this have failed).

Overall, the information in the readme, and the blog posts make this very difficult, and not insanely fast for the first time Enferno user

Hi there,

I agree with the points you mentioned, I'm sorry been a bit busy lately with a few projects.

I'll update those guidelines and docs very soon hopefully. for now please refer to the Readme, I think it should work fine with the current release.