juxtapose 4.0.61 → 4.0.63
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -40,12 +40,14 @@ The examples will then be available at the following URL:
|
|
|
40
40
|
|
|
41
41
|
http://localhost:8888
|
|
42
42
|
|
|
43
|
-
The source for the examples can be found in the `src/examples.js` file and corresponding `src/example` folder. You are encouraged to try the
|
|
43
|
+
The source for the examples can be found in the `src/examples.js` file and corresponding `src/example` folder. You are encouraged to try the examples whilst reading what follows. You can rebuild them on the fly with the following command:
|
|
44
44
|
|
|
45
45
|
npm run watch-debug
|
|
46
46
|
|
|
47
47
|
The development server will reload the page whenever you make changes.
|
|
48
48
|
|
|
49
|
+
One last thing to bear in mind is that this package is included by way of a relative rather than a package import. If you are importing it into your own application, however, you should use the standard package import.
|
|
50
|
+
|
|
49
51
|
## Building
|
|
50
52
|
|
|
51
53
|
Automation is done with [npm scripts](https://docs.npmjs.com/misc/scripts), have a look at the `package.json` file. The pertinent commands are:
|