@otron/plugin-vue2
v1.0.0
Published
AMA vue 2 plugin
Readme
AMA Vue2 Plugin
vue2 support swc build (exclude jsx)
Install
npm i @otron/plugin-vue2 -D
# or
pnpm add @otron/plugin-vue2 -DSetting
ama-config.js
const {defineConfig} = require('@otron/ama')
const vue = require('@otron/plugin-vue2')
module.exports = defineConfig({
plugins:[vue],
})
