Khaled Osman
Khaled Osman
@Sovai downgrade eslint to v `7.32.0` and you're good to go , see https://github.com/khaledosman/vue-realworld-example-app for an example
HTTP/2 support already landed, it shouldn't be too difficult to implement considering https is already supported.. Are there any updates on this? Would be happy to help with the implementation...
I console logged the output of require('metascraper'); its an async function that needs an object with html, url and rules. this worked for me ``` const Metascraper = require('metascraper') const...
We're having the same problem, vite/vite-ssg seems to be unable to extract any css that is within `.vue` files, it only renders the html without any css causing massive layout...
I was testing it out in my own repo, its not an unocss or tailwind specific issue, I was using neither, and just had a random helloworld vue component. Opening...