You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 3, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+20-17Lines changed: 20 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
⚠️ Be sure to check out the next generation of analytics.js! https://github.com/segmentio/analytics-next 🎉
1
+
⚠️ Be sure to check out the next generation of analytics.js! https://github.com/segmentio/analytics-next 🎉
2
2
If you have an existing JavaScript source with Segment, you can enable Analytics Next in the settings of the source.
3
3
4
4
# analytics.js-core
@@ -37,46 +37,49 @@ declare global {
37
37
```
38
38
39
39
## Using as a standalone `npm` package
40
-
We recommend using the CDN version of `analytics.js` as it offers all the project and workspace specific settings, enabled integrations, and middleware. But if you prefer to use `analytics.js-core` as a standalone npm package using your own tooling & workflow, you can do the following:
41
40
42
-
1- Install the dependencies
41
+
We recommend using the CDN version of `analytics.js` as it offers all the project and workspace specific settings, enabled integrations, and middleware. But if you prefer to use `analytics.js-core` as a standalone npm package using your own tooling & workflow, you can do the following:
0 commit comments