Angarsk8 / Loopa-News

Realtime social news app developed from scratch with Elixir, Phoenix, Vue and Vuex

Home Page:https://loopa-news.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation

christabella opened this issue · comments

First, thank you very much for this project! I was wondering if you had any sort of writeup or documentation regarding how you built this project. I was using mix phoenix.new --no-brunch my_project and then vue init webpack my_project but the generated project has some big differences from yours and when I tried to integrate aspects of your project I ran into a lot of errors, including Webpack-related issues.

May i know how you bootstrapped your application in the beginning? Thank you!

I used your first commit as a starting point for my app and it's all working well!