Skip to content

Starter-Kit for using the Rainbow SDK for Web within a Vue.JS application

Notifications You must be signed in to change notification settings

Rainbow-CPaaS/StarterKit-SDKWeb-VueJS

Repository files navigation

Rainbow Web SDK Vue.js Starter Kit

Welcome to Rainbow Web SDK Vue.js Starter Kit. The goal of this project is to set up the most basic project allowing you to quickly get your Vue.js application up and running - with all the Rainbow functionalities right here for the taking.

Installation

Clone this repo, then navigate to the project's folder and run:

npm install

Once the installation is done, run:

npm run copy

or

cp ./node_modules/rainbow-web-sdk/src/vendors-sdk.min.js ./public/

Start development server

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

Starter-Kit for using the Rainbow SDK for Web within a Vue.JS application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published