Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/prefixaut/vue-cli-plugin-splitterino

CLI Plugin for Vue for easier Splitterino-Extension bundling
https://github.com/prefixaut/vue-cli-plugin-splitterino

Last synced: 2 days ago
JSON representation

CLI Plugin for Vue for easier Splitterino-Extension bundling

Awesome Lists containing this project

README

        

# Vue CLI Plugin: Splitterino

A custom CLI Plugin to easily bundle up your Splitterino Plugins and Templates.

## Install

Simply add the plugin via vue:
```
vue add splitterino
```

## Usage

Once installed, the plugin has registered a new script `bundle`.
You may call it via `vue-cli-service` or with your package manager:
```
vue-cli-service bundle [options]
yarn bundle [options]
npm run bundle [options]
```

For more information to the usage, use the `--help` flag.