1.0.20 • Published 8 years ago

component-skiteam-vuejs v1.0.20

Weekly downloads
3
License
ISC
Repository
github
Last release
8 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

8 years ago

1.0.19

9 years ago

1.0.18

9 years ago

1.0.17

9 years ago

1.0.16

9 years ago

1.0.15

9 years ago

1.0.14

9 years ago

1.0.13

9 years ago

1.0.12

9 years ago

1.0.11

9 years ago

1.0.10

9 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago