component-skiteam-vuejs

1.0.20 • Public • Published

Component SkiTeam Vuejs

Vue Ski Team Component

Synopsis

The default template for building new widgets. Each widget created should be forked versions of this repository.

Code Examples

Install:

npm install vue-widget-template --save

Usage:

Vue.use(Widget, options);

or within existing components:

import Widget from 'vue-template-widget';

export default {
    components: {
        Widget
    }
}

Installation

Install dependencies:

npm install

Copy .env.example to create .env:

cp .env.example .env

Copy config files over:

cp ./src/config/build.js ./src/config/development.js

Serve with hot reload at localhost:8080 (default):

npm run dev

Build for production with minification:

npm run build

Documentation

Documentation of options for the widget go here.

Test

Tests instructions go here.

Readme

Keywords

none

Package Sidebar

Install

npm i component-skiteam-vuejs

Weekly Downloads

2

Version

1.0.20

License

ISC

Last publish

Collaborators