Setting up Nuxt.js is a pretty straightforward process but I hit at least one snag. Here's how I got around an issue I was seeing when I was trying to import a UI library and all I saw was an error that said "unexpected token export". Ultimately I had to change my nuxt.config.js file to fix it.