1.0.2 • Published 2 years ago
@populatus/vite-plugin-import-sfc v1.0.2
vite-plugin-import-sfc
Vite plugin that allows you to automatically import sfc component
Install
npm i -D vite-plugin-import-sfc
Add plugin to your vite.config.ts
:
// vite.config.ts
import ImportSFC from '@populatus/vite-plugin-import-sfc'
export default {
plugins: [
ImportSFC({
path: '',
name: '',
include: [],
exclude: [],
}),
],
}
The sfc automatically insert to your vue modules.
License
1.0.2
2 years ago
1.0.2-alpha.2
2 years ago
1.0.2-alpha.1
2 years ago
1.0.2-alpha.0
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago