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
- Host: GitHub
- URL: https://github.com/uniter/webpack-hello-world
- Owner: uniter
- License: other
- Created: 2017-12-07T20:35:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-04-21T00:31:44.000Z (about 1 year ago)
- Last Synced: 2025-04-21T01:32:25.413Z (about 1 year ago)
- Topics: javascript, php, phpify, uniter, webpack
- Language: JavaScript
- Size: 57.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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!