Anthony Fu
Anthony Fu
Hi all again! I am the creator of [UnoCSS](https://github.com/unocss/unocss), an atomic CSS engine similar to Tailwind CSS. It would be nice if UnoCSS icon could be included. You can find...
Hi all! I am the creator of [Vitest](https://github.com/vitest-dev/vitest), a testing framework powered by Vite. It would be nice if Vitest's icon could be included. You can find the SVG here:...
### Describe the feature One downside of auto-import is that some people would be concerned about the implicitness and uncertainty of where a function has been imported. Wonder if we...
- [x] Hooks for server-side - [ ] Hooks for client-side - [ ] Setup files to get the app instances - [ ] Docs - [ ] Hooks for...
Migrating Nuxt would allow us to share the Nuxt ecosystem, like installing integrations with Nuxt Modules or so. With the upcoming WebSocket support, it will make it easier to deploy...
Currently, we use CoreMirror for the in-app editor, while we support Monaco in the sides. With #1330 solving the major problem we had in Monaco, it makes it less optimal...
Slidev was created when Shiki was node-only. Since then, Shiki has evolved a lot and is superior in many ways. Having two highlighters at the same time not only makes...
fix #211 Continues from #219. Sorry for cascading PRs, but since #219 moved the code to a new file, I think it's better to change it on the new file...
When using `nuxt build` without setting `ssr: true` ``` FATAL Cannot read property 'renderRoute' of undefined 02:17:07 at Generator.afterGenerate (node_modules/@nuxt/generator/dist/generator.js:253:43) at async Generator.generate (node_modules/@nuxt/generator/dist/generator.js:79:5) at async Object.run (node_modules/@nuxt/cli/dist/cli-build.js:106:7) at async...