Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 514 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 514 Bytes

Uniter Webpack hello world

This repo contains the full example from the Uniter docs.

Usage

  1. Check out this repository:

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

  2. Install the dependencies from package.json:

    npm install

  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!