aurelia-webpack-plugin

WebJar for aurelia-webpack-plugin

Лицензия

Лицензия

MIT
Категории

Категории

Github Инструменты разработки Контроль версий
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

github-com-aurelia-webpack-plugin
Последняя версия

Последняя версия

1.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

aurelia-webpack-plugin
WebJar for aurelia-webpack-plugin
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/aurelia/webpack-plugin

Скачать github-com-aurelia-webpack-plugin

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/github-com-aurelia-webpack-plugin/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>github-com-aurelia-webpack-plugin</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-aurelia-webpack-plugin/
implementation 'org.webjars.npm:github-com-aurelia-webpack-plugin:1.1.0'
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-aurelia-webpack-plugin/
implementation ("org.webjars.npm:github-com-aurelia-webpack-plugin:1.1.0")
'org.webjars.npm:github-com-aurelia-webpack-plugin:jar:1.1.0'
<dependency org="org.webjars.npm" name="github-com-aurelia-webpack-plugin" rev="1.1.0">
  <artifact name="github-com-aurelia-webpack-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='github-com-aurelia-webpack-plugin', version='1.1.0')
)
libraryDependencies += "org.webjars.npm" % "github-com-aurelia-webpack-plugin" % "1.1.0"
[org.webjars.npm/github-com-aurelia-webpack-plugin "1.1.0"]

Зависимости

compile (9)

Идентификатор библиотеки Тип Версия
org.webjars.npm : loader-utils jar [0.2.15,0.3)
org.webjars.npm : recursive-readdir jar [2.0.0,3)
org.webjars.npm : object.assign jar [4.0.4,5)
org.webjars.npm : babel-runtime jar [6.11.6,7)
org.webjars.npm : debug jar [2.2.0,3)
org.webjars.npm : cheerio jar [0.20.0,0.21)
org.webjars.npm : upath jar [0.2.0,0.3)
org.webjars.npm : execa jar [0.4.0,0.5)
org.webjars.npm : bluebird jar [3.4.1,4)

Модули Проекта

Данный проект не имеет модулей.

aurelia-webpack-plugin

npm Version Join the chat at https://gitter.im/aurelia/discuss

This library is part of the Aurelia platform and contains a Webpack plugin designed to enable proper Webpack bundling.

To keep up to date on Aurelia, please visit and subscribe to the official blog and our email list. We also invite you to follow us on twitter. If you have questions, please join our community on Gitter or use stack overflow. Documentation can be found in our developer hub.

Installation

Install with npm

npm install aurelia-webpack-plugin

Usage

Add the plugin to the webpack config file:

let { AureliaPlugin } = require('aurelia-webpack-plugin');
module.exports = {
  entry: 'aurelia-bootstrapper',
  output: {
    path: 'dist',
    filename: 'main.js'
  },
  plugins: [ new AureliaPlugin() ]
};

Documentation

Information about how to use this Webpack plugin can be found in its Github wiki.

org.webjars.npm

aurelia

A standards-based, front-end framework designed for high-performing, ambitious applications.

Версии библиотеки

Версия
1.1.0