https://github.com/prefixaut/splitterino-example-plugin
Example Splitterino plugin
https://github.com/prefixaut/splitterino-example-plugin
Last synced: about 1 year ago
JSON representation
Example Splitterino plugin
- Host: GitHub
- URL: https://github.com/prefixaut/splitterino-example-plugin
- Owner: prefixaut
- License: mit
- Created: 2020-06-23T21:09:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T04:22:55.000Z (over 3 years ago)
- Last Synced: 2024-12-25T16:12:45.626Z (over 1 year ago)
- Language: JavaScript
- Size: 3.78 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Splitterino Example Plugin
This Example plugin is using the [Splitterino Vue CLI Plugin] to bundle the Plugin after building it.
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Bundle the plugin
```
yarn bundle
```