|
@@ -18,7 +18,7 @@ There's some new syntax added to use the reactivity:
|
|
|
|
|
|
# How to use
|
|
# How to use
|
|
You can integrate pupper.js to your application by using one of the given loaders that compiles `.pupper` files into Javascript:
|
|
You can integrate pupper.js to your application by using one of the given loaders that compiles `.pupper` files into Javascript:
|
|
-- [@pupperjs/webpack-loader](https://github.com/pupperjs/webpack-loader)
|
|
|
|
|
|
+- [@pupperjs/webpack-loader](https://github.com/pupperjs/core/packages/webpack-loader)
|
|
|
|
|
|
---
|
|
---
|
|
|
|
|
|
@@ -49,4 +49,4 @@ const renderer = new Renderer(template, {
|
|
* </div>
|
|
* </div>
|
|
*/
|
|
*/
|
|
renderer.renderToString();
|
|
renderer.renderToString();
|
|
-```
|
|
|
|
|
|
+```
|