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!