2017 © Pedro Peláez
 

yii2-extension yii2-calculator-widget

A calculator widget operated by vueJs

image

cenotia/yii2-calculator-widget

A calculator widget operated by vueJs

  • Thursday, November 23, 2017
  • by xavsio4
  • Repository
  • 2 Watchers
  • 0 Stars
  • 18 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 13 % Grown

The README.md

YII2 Calculator Widget

This is a calculator widget which uses vuejs in the background., (*1)

Prerequisite

It loads vuejs in case it is not already there., (*2)

Installation

The preferred way to install Yii2 Calculator Widget is through Composer. Either add the following to the require section of your composer.json file:, (*3)

"cenotia/yii2-calculator-widget": "dev-master", (*4)

Or run:, (*5)

$ php composer.phar require cenotia/yii2-calculator-widget "dev-master", (*6)

Using Calculator Widget

CalculatorWidget is in namespace cenotia\components\calculatorWidget\CalculatorWidget., (*7)

Usage:, (*8)

use cenotia\components\calculatorWidget\CalculatorWidget;

...
<?php echo CalculatorWidget::widget(); ?>
...

The Versions

23/11 2017

dev-master

9999999-dev

A calculator widget operated by vueJs

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 widget vuejs