maoberlehner / goodbye-webpack-building-vue-applications-without-webpack

This is an example project for the following article: https://markus.oberlehner.net/blog/goodbye-webpack-building-vue-applications-without-webpack/
77 stars 17 forks source link

Using vue-router #6

Open rhengles opened 4 years ago

rhengles commented 4 years ago

Hi, I just found your example today! I also built another way to use Vue without webpack. Here's the link below. I'm kind of cheating because I had to fork Vue to make my version work. However the changes are minimal. The differential is that the example is ready to work with Vue-Router and async components that are loaded only when necessary.

https://github.com/arijs/vue-next-example

https://news.ycombinator.com/item?id=23722945