episerver / content-delivery-js-sdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Optimizely Content Delivery JavaScript SDKs and samples

Npm publish Continuous integration

This repository contains the source code for the Content Delivery JavaScript SDKs and samples.

Content Definitions

Content Delivery

Samples

The samples are using Nuxt and Vue CLI v5.

Prerequisites for building and testing the SDKs

This project uses:

  • Node.js 18+
  • .NET SDK 6+
  • SQL Server 2016 Express LocalDB (download here)

Create a release

  1. Update the version in all modules with npm version 1.2.3.
  2. Run npm install in all samples to update their package-lock.json files.
  3. Commit, push, and create PR to master branch.
  4. Create new Github release based of master branch.
  5. Tag version with following format v1.2.3.
  6. Give the release a title and write an optional description.
  7. Publish.

Contributing

The easiest way to contribute is to join in with the discussions on Github issues or create new issues with questions, suggestions or any other feedback. If you want to contribute code or documentation, you are more than welcome to create pull-requests, but make sure that you read the contribution page first.

About

License:Apache License 2.0


Languages

Language:JavaScript 51.2%Language:TypeScript 27.2%Language:C# 21.5%