Package Exports
- vue-cli-plugin-vuesax
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vue-cli-plugin-vuesax) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
vue-cli-plugin-vuesax
Vuesax plugin for @vue/cli
3.0.
Install
Ensure that you have @vue/cli
version 3 installed globally by running vue --version
.
Then create a project and add the Vuesax plugin:
vue create my-app
cd my-app
vue add vuesax
You'll be asked some questions regarding how Vuesax is configured in your project. After that, you'll be good to go!