Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/straw-hat-labs/phoenix_assets_webpack
Asset Pipeline with Webpack on Phoenix
https://github.com/straw-hat-labs/phoenix_assets_webpack
asset-pipeline assets phoenix phoenix-framework webpack
Last synced: 22 days ago
JSON representation
Asset Pipeline with Webpack on Phoenix
- Host: GitHub
- URL: https://github.com/straw-hat-labs/phoenix_assets_webpack
- Owner: straw-hat-labs
- License: mit
- Created: 2017-02-19T07:28:37.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-10T22:25:22.000Z (almost 2 years ago)
- Last Synced: 2024-11-14T12:50:10.598Z (28 days ago)
- Topics: asset-pipeline, assets, phoenix, phoenix-framework, webpack
- Language: JavaScript
- Homepage:
- Size: 3.2 MB
- Stars: 50
- Watchers: 5
- Forks: 7
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- beamtoolbox - [ex
README
Asset pipeline using Webpack.
# RTFM lazy programmer :D
## What is inside?
- Elm
- Javascript
- Babel
- ESLint
- Prettier
- Service worker
- CSS
- SASS
- PostCSS
- CSSNext
- CSSNano
- Frameworks and Libraries
- jQuery
- Twitter Bootstrap 4
- Font Awesome Icons# Setup
Clone the repo replacing the `assets` folder of your project
```
git clone [email protected]:yordis/phoenix_assets_webpack.git path/to/assets
cd path/to/assets
```Install the packages
```
npm install
# or if you prefer yarn
yarn install
```Change the watchers on `config/dev.exs` file.
```elixir
watchers: [npm: ["start", cd: Path.expand("../assets", __DIR__)]]
```# What's next?
Hack your setup. Open issues and Repeat.