Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/disjfa/eleventy-encore

Basic 11ty setup using webpack encore
https://github.com/disjfa/eleventy-encore

11ty webpack webpack-encore

Last synced: about 1 month ago
JSON representation

Basic 11ty setup using webpack encore

Awesome Lists containing this project

README

        

# Eleventy encore

[![MIT License][license-badge]][LICENSE]
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors)

[![Watch on GitHub][github-watch-badge]][github-watch]
[![Star on GitHub][github-star-badge]][github-star]
[![Tweet][twitter-badge]][twitter]

> [11ty](https://www.11ty.io) starter template using webpack encore

### Examples

[demo](https://disjfa.github.io/eleventy-encore/)

### Instalation

Clone or fork this repository and then using npm install it.

```yaml
git clone [email protected]:disjfa/eleventy-encore.git
```

```yaml
cd eleventy-encore
```

```yaml
npm install
```

### Develop

Start the local server. This will start the webpack encore watch script and start an 11ty server.

```yaml
npm run start
```

### Deploy

Build and deploy to gh-pages

```yaml
npm run deploy
```

This will build the css and javascript, then generate all the 11ty static site files and deploy.

### Enjoy

Enjoy working with this repo

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):


disjfa
disjfa

💬 📝 💻 📖 💡

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

[license]: https://github.com/disjfa/eleventy-encore/blob/master/LICENSE
[license-badge]: https://img.shields.io/github/license/disjfa/eleventy-encore.svg
[github-watch-badge]: https://img.shields.io/github/watchers/disjfa/eleventy-encore.svg?style=social
[github-watch]: https://github.com/disjfa/eleventy-encore/watchers
[github-star-badge]: https://img.shields.io/github/stars/disjfa/eleventy-encore.svg?style=social
[github-star]: https://github.com/disjfa/eleventy-encore/stargazers
[twitter]: https://twitter.com/intent/tweet?text=Check%20out%20eleventy-encore!%20-%20Cool%11ty%20starter%20template!%20Thanks%20@disjfa%20https://github.com/disjfa/eleventy-encore%20%F0%9F%A4%97
[twitter-badge]: https://img.shields.io/twitter/url/https/github.com/disjfa/eleventy-encore.svg?style=social