Po Rith
Po Rith
First thing I looked for +1
For future reference, installs SQlite 3.24.0: `brew install --force https://raw.githubusercontent.com/Homebrew/homebrew-core/b3217181a55f9061c455c48b4bcca749d1ba54bf/Formula/sqlite.rb`
I will look at this, and propose some changes.
> > Development mode works but I get an error when building > > Has anyone managed to get this working? @oripka @Shmookoff hack: bypass nuxt's plugin installation feature altogether...
> it works for me : > > > "nuxt": "^2.15.8" > > _plugins/utils.client.js_ : > > ``` > import Vue from 'vue' > import flowbite from 'flowbite' > Vue.use(flowbite)...