The purpose of this plugin is to show how to port/use vue apps on Graviton.
- Option 1: With graviton-cli , by typing: graviton -i marc2332/vue-plugin-example
- Option 2: Cloning and installing dependencies manually
The directory /source contains all the source from the Vue app it self.
npm install
npm run serve
This will create a directory /dist in the plugin folder, you may have to update the CSS files on the plugin package.json's CSS array. This is not necessary with JavaScript files.
npm run build
npm run lint