This repository contains the source code for the Content Delivery JavaScript SDKs and samples.
The samples are using Nuxt and Vue CLI v5.
This project uses:
- Node.js 18+
- .NET SDK 6+
- SQL Server 2016 Express LocalDB (download here)
- Update the version in all modules with
npm version 1.2.3
. - Run
npm install
in all samples to update their package-lock.json files. - Commit, push, and create PR to
master
branch. - Create new Github release based of
master
branch. - Tag version with following format
v1.2.3
. - Give the release a title and write an optional description.
- Publish.
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.