1.0.20 • Published 9 years ago
component-skiteam-vuejs v1.0.20
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 --saveUsage:
Vue.use(Widget, options);or within existing components:
import Widget from 'vue-template-widget';
export default {
components: {
Widget
}
}Installation
Install dependencies:
npm installCopy .env.example to create .env:
cp .env.example .envCopy config files over:
cp ./src/config/build.js ./src/config/development.jsServe with hot reload at localhost:8080 (default):
npm run devBuild for production with minification:
npm run buildDocumentation
Documentation of options for the widget go here.
Test
Tests instructions go here.
1.0.20
9 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