http://localhost:3000/
npx create-nuxt-app
Go through the options by selecting Bootstrap, I also picked up Express Server, PWA, Axios, Jest and Universal app.
Run the app... Error.
TO see the initial nuxt page using Bootstrap-vue
Error: SyntaxError. Unexpected identifier
Nothing to add, it is very easy to reproduce, I tried 3 different fresh installs, tried to load bootstrap-vue as a plugin, nothing worked.
I try downgrade bootstrap-vue to 2.0.0-rc.20 is work.
Hi. We are investigating this with BootstrapVue core team. es/ build now uses export syntax which seems unsupported by webpack when the file is in node_modules! For now please stick with rc.20
BootstrapVue 2.0.0-rc.21 will be released shortly with the new fix.
Closing this as Bootstrap-vue rc.22 has been released and with rc.22 I cant reproduce the error anymore
Most helpful comment
BootstrapVue 2.0.0-rc.21 will be released shortly with the new fix.