1.0.6 • Published 2 years ago

vite-plugin-forvmsc v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago