@nerolang/vite-plugin-vue-magellan
v1.0.1
Published
Provides Vue 3 File-based route support.
Readme
@nerolang/vite-plugin-vue-magellan
Provides Vue 3 File-based route support.
Install
pnpm add @nerolang/vite-plugin-vue-magellan -DHow to use?
import { defineConfig } from 'vite'
import magellan from '@nerolang/vite-plugin-vue-magellan'
export default defineConfig({
plugins: [
magellan(),
],
})