vite-plugin-qingkuai
v1.0.12
Published
vite-plugin-qingkuai is a Vite plugin that transforms `.qk` component files into native JavaScript using the Qingkuai compiler. It enables fast and seamless development of web applications built with [QingKuai](https://qingkuai.dev)(a front-end framework)
Maintainers
Readme
vite-plugin-qingkuai
vite-plugin-qingkuai is a Vite plugin that transforms .qk component files into native JavaScript using the Qingkuai compiler. It enables fast and seamless development of web applications built with QingKuai(a front-end framework).
QingKuai Documentation | VSCode extension For QingKuai Language Features | Issues
Usage
import { defineConfig } from "vite"
import qingkuai from "vite-plugin-qingkuai"
export default defineConfig({
plugins: [qingkuai()]
})