1.0.6 • Published 3 years ago

vite-plugin-forvmsc v1.0.6

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

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.

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago