nvms / vue-atlas

A Vue.js 2 UI component library.
MIT License
180 stars 22 forks source link

demo copy from AppConfig is rendered improperly with Parceljs #163

Open Ray-Eldath opened 4 years ago

Ray-Eldath commented 4 years ago

just want to glimpse at vue-atlas, so I create my project from vue-template which is a template using Parceljs and vue-router, then I literally copy the source part from the documentation's AppConfig into my App.vue, but the page is improperly rendered:

I suppose this is because I use Parceljs but not Webpack or vue-cli. Parceljs is a really nice packaging tool which need zero-configuration and I really like it, hope there're some workaround here.

many thanks.