This is a simple example plugin to learn how to develop a Vue CLI 3 plugin.
To test how works follow this steps:
- Enter to the sandbox directory:
cd sandbox
- Then execute the utility shell for the project creation and plugin installation:
./run.sh
- Follow the instructionts and set configuration required
- Finally enter to de
example
directory:cd example
- Run your project:
npm run serve