1.0.2 • Published 2 years ago

@populatus/vite-plugin-import-sfc v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

vite-plugin-import-sfc

NPM version

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

MIT License © 2023 Populatus

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