An open API service indexing awesome lists of open source software.

https://github.com/adonisjs/encore

Webpack Encore integration package for AdonisJS
https://github.com/adonisjs/encore

legacy

Last synced: 8 months ago
JSON representation

Webpack Encore integration package for AdonisJS

Awesome Lists containing this project

README

          

# @adonisjs/encore


[![gh-workflow-image]][gh-workflow-url] [![npm-image]][npm-url] ![][typescript-image] [![license-image]][license-url] [![snyk-image]][snyk-url]

> [!WARNING]
> The recommended way to build an application with AdonisJS is now Vite. We don't recommend Webpack Encore anymore, but we're maintaining this package to make it easier for v5 applications to migrate to v6.
>
> If you are looking for a migration guide from Encore to Vite, please check [this guide](https://v6-migration.adonisjs.com/guides/migrate-to-vite).

## Introduction
Package to add [Webpack Encore](https://symfony.com/doc/current/frontend.html) to AdonisJS.

## Contributing
One of the primary goals of AdonisJS is to have a vibrant community of users and contributors who believes in the principles of the framework.

We encourage you to read the [contribution guide](https://github.com/adonisjs/.github/blob/main/docs/CONTRIBUTING.md) before contributing to the framework.

## Code of Conduct
In order to ensure that the AdonisJS community is welcoming to all, please review and abide by the [Code of Conduct](https://github.com/adonisjs/.github/blob/main/docs/CODE_OF_CONDUCT.md).

## License
AdonisJS Encore is open-sourced software licensed under the [MIT license](LICENSE.md).

[gh-workflow-image]: https://img.shields.io/github/actions/workflow/status/adonisjs/encore/test.yml?style=for-the-badge
[gh-workflow-url]: https://github.com/adonisjs/encore/actions/workflows/test.yml "Github action"

[npm-image]: https://img.shields.io/npm/v/@adonisjs/encore/latest.svg?style=for-the-badge&logo=npm
[npm-url]: https://www.npmjs.com/package/@adonisjs/encore/v/latest "npm"

[typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript

[license-url]: LICENSE.md
[license-image]: https://img.shields.io/github/license/adonisjs/encore?style=for-the-badge

[snyk-image]: https://img.shields.io/snyk/vulnerabilities/github/adonisjs/encore?label=Snyk%20Vulnerabilities&style=for-the-badge
[snyk-url]: https://snyk.io/test/github/adonisjs/encore?targetFile=package.json "snyk"