https://github.com/wingify/nextjs-vwo-js-sdk
Integrating VWO JavaScript SDK in Next.js
https://github.com/wingify/nextjs-vwo-js-sdk
Last synced: 3 months ago
JSON representation
Integrating VWO JavaScript SDK in Next.js
- Host: GitHub
- URL: https://github.com/wingify/nextjs-vwo-js-sdk
- Owner: wingify
- License: mit
- Created: 2021-08-04T13:21:13.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-06T08:18:54.000Z (almost 4 years ago)
- Last Synced: 2025-01-08T18:45:05.148Z (5 months ago)
- Language: TypeScript
- Size: 346 KB
- Stars: 2
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

[](https://app.netlify.com/sites/nextjs-netlify-blog-template/deploys)
[](https://nextjs.org/)Next.js blogging template for Netlify is a boilerplate for building blogs with only Netlify stacks.
Next.js blogging template for Netlify has already implemented these standard features for building blogs with only using Next.js and Netlify stacks.
VWO JavaScript SDK is integrated to demonstrate A/B Testing of light vs dark theme. It also demostrates how you can cache VWO settings using Web Storage to minimize performance impact on every hit.
## Demo
[https://romantic-wing-a3ccb4.netlify.app](https://romantic-wing-a3ccb4.netlify.app)
## Features
- **Tagging**: organizes content by tags
- **Author**: displays author names who write a post
- **Pagination**: limits the number of posts per page
- **CMS**: built with CMS to allow editors modifying content with the quickest way
- **SEO optimized**: built-in metadata like JSON-LD
- **Shortcode**: extends content writing with React component like WordPress shortcodes
- **VWO Integration**: uses VWO JavaScript SDK for A/B Testing light vs dark theme## Dependencies
- [TypeScript](https://www.typescriptlang.org/)
- [Next.js](https://nextjs.org/)
- [Netlify](https://www.netlify.com/)
- [MDX](https://mdxjs.com/)## Getting started
* Install dependencies
```bash
yarn install;
```* Run applications
```bash
yarn dev
```## Attribution
Cloned from [https://github.com/wutali/nextjs-netlify-blog-template](https://github.com/wutali/nextjs-netlify-blog-template)
## License
[Copyright 2020 Takahiro Fujiwara](https://github.com/wutali/nextjs-netlify-blog-template/blob/master/LICENSE)
MIT (c) Wingify Software Pvt. Ltd.