Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/disjfa/eleventy-encore
- Owner: disjfa
- License: mit
- Created: 2019-07-03T20:40:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-10T00:35:45.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T01:16:47.075Z (7 months ago)
- Topics: 11ty, webpack, webpack-encore
- Language: Nunjucks
- Homepage: https://disjfa.github.io/eleventy-encore/
- Size: 6.41 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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)):
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