pckg-app/frontend

前端包

dev-master 2021-06-19 19:20 UTC

This package is auto-updated.

Last update: 2024-09-09 23:35:27 UTC


README

pckg 的默认生产依赖集

PHP

  • JSON, CURL, GD, Intl, mbstring, XML, ZIP
  • Pckg: 框架, 迁移器, 管理器, 队列, 辅助工具 (JS/LESS), 认证, 翻译器, Htmlbuilder
  • Carbon, UUID, Doctrine Cache

使用 composer require pckg-app/frontend 安装

JS

  • Vue, VueX, Vue Router
  • Jquery, Moment
  • Mocha, Webpack

使用 yarn add pckg-app-frontend 安装

Webpack

const { merge } = require('webpack-merge');

const base = require('pckg-app-frontend/webpack.base.js');

module.exports = merge(base, { entry: { ... }});