承接 eto-pesets/liqueur-js 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

eto-pesets/liqueur-js

最新稳定版本:1.0.20

Composer 安装命令:

composer require eto-pesets/liqueur-js

包简介

Library for composition/calculation of ethanol-sucrose-water solutions

README 文档

README

Installation

Composer

Use composer to install the library

composer require eto-pesets/liqueur-js

Laravel

To use with Laravel you should publish library files to assets. For example: (change paths to fit your project's structure)

  1. Add this code to AppServiceProvider::boot()
$this->publishes([
    // modules
    __DIR__.'/../../vendor/eto-pesets/liqueur-js/src' => public_path('assets/js/liqueur-js/src'),
    // browser bundle
    __DIR__.'/../../vendor/eto-pesets/liqueur-js/dist' => public_path('assets/js/liqueur-js/dist'),
], 'liqueur-js');
  1. Publish the files
php artisan vendor:publish --tag=liqueur-js

Or add this script to composer.json so it will run automatically after composer update

"post-update-cmd": [
    ...,
    "@php artisan vendor:publish --tag=liqueur-js"
],
            

Quick start

Import the main file:

Module:

import { Liqueur, Syrup, Alcohol /*, ... */ } from '/path/to/src/index.js';

Browser bundle:

<script src="/path/to/dist/bundle.js"></script>
<script>
	const { Liqueur, Syrup, Alcohol /*, ... */ } = LiqueurJS;
</script>

Documentation

Conceptual and technical documentation is available in the following sections:

Examples

See Examples

Demo applications

See Composition demo, Conversion demo and Liqueur calculator

Contributing

Contributions are welcome.

If you would like to help improve the project, the most valuable contributions at the moment are:

  • Language files (i18n/{code}.js)
    Expanding and improving translations.

  • Documentation improvements (*.md, JSDoc)
    Enhancements to Markdown documentation and JSDoc reference:

    • clarifications
    • examples
    • corrections
    • structural improvements

License

Apache-2.0

统计信息

  • 总下载量: 16
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 6
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: JavaScript

其他信息

  • 授权协议: Apache-2.0
  • 更新时间: 2026-02-23

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固