Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Added the build instructions for installing Preact.
- Loading branch information
Showing
with
8 additions
and
1 deletion.
-
+8
−1
BUILD_INSTRUCTIONS
|
@@ -58,7 +58,14 @@ |
|
|
... |
|
|
|
|
|
|
|
|
(10) Bundle / transpile the JavaScript with Webpack for deployment: |
|
|
(10) Install the NPM modules for Preact: |
|
|
|
|
|
$ npm install preact preact-compat |
|
|
|
|
|
... |
|
|
|
|
|
|
|
|
(11) Bundle / transpile the JavaScript with Webpack for deployment: |
|
|
|
|
|
$ ./node_modules/webpack/bin/webpack.js --config ./webpack.config.js |
|
|
|
|
|