1.0.20 • Published 7 years ago

component-skiteam-vuejs v1.0.20

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

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.

1.0.20

7 years ago

1.0.19

8 years ago

1.0.18

8 years ago

1.0.17

8 years ago

1.0.16

8 years ago

1.0.15

8 years ago

1.0.14

8 years ago

1.0.13

8 years ago

1.0.12

8 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago