|
@@ -25,7 +25,7 @@ Include the following `<script>` tag in the `<head>` of your document:
|
|
|
|
|
|
> **Important**: This must be added **before** loading Alpine.js when using CDN links.
|
|
> **Important**: This must be added **before** loading Alpine.js when using CDN links.
|
|
|
|
|
|
-### Manual (coming soon)
|
|
|
|
|
|
+### Manual
|
|
|
|
|
|
If you wish to include Spruce with your own bundle:
|
|
If you wish to include Spruce with your own bundle:
|
|
|
|
|
|
@@ -33,6 +33,12 @@ If you wish to include Spruce with your own bundle:
|
|
yarn add @ryangjchandler/spruce
|
|
yarn add @ryangjchandler/spruce
|
|
```
|
|
```
|
|
|
|
|
|
|
|
+or:
|
|
|
|
+
|
|
|
|
+```bash
|
|
|
|
+npm install @ryangjchandler/spruce --save
|
|
|
|
+```
|
|
|
|
+
|
|
Then add the following to your script:
|
|
Then add the following to your script:
|
|
|
|
|
|
```javascript
|
|
```javascript
|