mantou132 / gem

💎 Lightweight WebApp development library using custom elements
https://gemjs.org
MIT License
20 stars 2 forks source link

Add auto import plugin #118

Open mantou132 opened 5 months ago

mantou132 commented 5 months ago

support bundler(use unplugin):

config:

types support ?

mantou132 commented 2 months ago

eslint/prettier plugin? support bundless:

mantou132 commented 2 months ago

static assets preload:

import src from 'xxxx?preload'

=>

import src from 'xxxx?url'
document.head.append(<link rel=preload href=src>)