iles icon indicating copy to clipboard operation
iles copied to clipboard

🏝 The joyful site generator

Results 31 iles issues
Sort by recently updated
recently updated
newest added

[troubleshooting section]: https://iles-docs.netlify.app/faqs/troubleshooting - [x] I have read the __[troubleshooting section]__ before opening an issue. - [x] I have tried upgrading `iles` and `vite`. ### Description 📖 Please refer to...

[troubleshooting section]: https://iles-docs.netlify.app/faqs/troubleshooting - [x] I have read the __[troubleshooting section]__ before opening an issue. - [x] I have tried upgrading `iles` and `vite`. ### Description 📖 After scaffolding a...

enhancement

Similar to having unplugin-vue-components, it might be worth including [unplugin-auto-import](https://github.com/antfu/unplugin-auto-import) within Iles by default so that APIs can be auto-imported on demand. unplugin-auto-import is a wrapper on top of https://github.com/unjs/unimport...

enhancement

**Is your feature request related to a problem? Please describe.** It would be nice to have an `iles-icon` module that can provide the ability use & treeshake over 100,000 Iconify...

enhancement

Currently reactivityTransform is set to true by default (https://github.com/ElMassimo/iles/blob/main/packages/iles/src/node/config.ts#L241). Now that the experimental reactivityTransform is [deprecated](https://vuejs.org/guide/extras/reactivity-transform.html), it might be a good idea to turn it off by default to align.

enhancement

[troubleshooting section]: https://iles-docs.netlify.app/faqs/troubleshooting - [x] I have read the __[troubleshooting section]__ before opening an issue. - [x] I have tried upgrading `iles` and `vite`. ### Description 📖 When the Markdown...

**Is your feature request related to a problem? Please describe.** Since the `@islands/headings` packages provides headings as a list, instead of a tree, I am unable to render a proper...

enhancement

### Description 📖 Use [`unplugin-auto-import`](https://github.com/antfu/unplugin-auto-import) to replace existing auto-import logic ### Background 📜 Ref and close https://github.com/ElMassimo/iles/issues/190

I've created a toy example to illustrate this issue. It's possible that I'm trying to use Iles incorrectly, apologies if that is the case. Here is a simple component which...

documentation

Hey @ElMassimo I cloned Iles over the weekend and tried to build it using `build:all` but I'm getting this error. Not sure exactly whats causing it, have you seen it...