aot-loader icon indicating copy to clipboard operation
aot-loader copied to clipboard

Load and pre-evaluate code at compile time

Results 2 aot-loader issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....

```vue {{ count }} // pre-evaluate at build time module.exports = () => ({ count: 0 }) ``` ```js { resourceQuery: /blockType=aot/, loader: 'aot-loader/vue' } ```

enhancement
good first issue