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

https://github.com/uniter/webpack-hello-world

Example of using Uniter/PHPify with Webpack from the docs
https://github.com/uniter/webpack-hello-world

javascript php phpify uniter webpack

Last synced: 2 months ago
JSON representation

Example of using Uniter/PHPify with Webpack from the docs

Awesome Lists containing this project

README

          

Uniter Webpack hello world
==========================

This repo contains the full [example from the Uniter docs](https://uniter.github.io/docs/uniter/webpack_hello_world.html).

Usage
-----

1. Check out this repository:

`git clone https://github.io/uniter/webpack-hello-world`

2. Install the dependencies from `package.json`:

`npm ci`

3. Build the JavaScript and (transpiled) PHP bundle:

`npm run build`

4. Open `index.html` in a browser

5. Play around with the code in this repo!