vite-plugin-forvmsc
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

Vite Plugin fro vue-md-shiki-components Copy Assets

Getting Started

Copy Assets:

npm install -D vite-plugin-forvmsc

Modify your vite.config.* file:

import { copyPublicPlugin } from 'vite-plugin-forvmsc'

export default defineConfig(() => {
  // ...
  plugins: [
    // ...
    // add this line:
    copyPublicPlugin()
   ],
   // very important!
   assetsInclude: ['**/*.wasm']
})

For more detailed usage instructions, please see the Example.

Contributing

Contributions are welcome! If you find a bug or have a feature request, please open an issue on GitHub. If you'd like to contribute code, please fork the repository and submit a pull request.

License

This component library is licensed under the MIT License.

/vite-plugin-forvmsc/

    Package Sidebar

    Install

    npm i vite-plugin-forvmsc

    Weekly Downloads

    17

    Version

    1.0.6

    License

    MIT

    Unpacked Size

    10.7 kB

    Total Files

    8

    Last publish

    Collaborators

    • imcbrian