dev-master
9999999-devA calculator widget operated by vueJs
BSD-3-Clause
The Requires
- yiisoft/yii2 *
- bower-asset/vue ~2.3.0
by villamuera
extension yii2 widget vuejs
A calculator widget operated by vueJs
This is a calculator widget which uses vuejs in the background., (*1)
It loads vuejs in case it is not already there., (*2)
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)
CalculatorWidget is in namespace cenotia\components\calculatorWidget\CalculatorWidget
., (*7)
Usage:, (*8)
use cenotia\components\calculatorWidget\CalculatorWidget; ... <?php echo CalculatorWidget::widget(); ?> ...
A calculator widget operated by vueJs
BSD-3-Clause
extension yii2 widget vuejs