Installing Cronitor RUM on your Nuxt.js website is simple - all you have to do is add our analytics snippet.
The analytics snippet is a small piece of code that runs on your website, collecting the metrics necessary to power your dashboard and provide performance insights. It’s cookieless and privacy-oriented.
<head>
section of the template. For example:<!DOCTYPE html>
<html {{ HTML_ATTRS }}>
<head {{ HEAD_ATTRS }}>
{{ HEAD }}
Paste your Panelbear script here.
</head>
<body {{ BODY_ATTRS }}>
{{ APP }}
</body>
</html>
All done! That’s all you need to add analytics to your Nuxt.js project.
After you have added our analytics script to your website, you should be able to see pageviews show up in the dashboard within a minute of the visitors coming into your website.
Need help? Check out common questions or reach out to us!