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;
or within existing components:
;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.