Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 923 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 923 Bytes

Getting started

Build

The repository must have push permissions.
After committing all the changes,Run the following command /build folder and automatically push to the /build branch after the build is completed.

npm run build:push

Installation

npm i git+ssh://git@github.com/returnvalues/returnvalues-design.git#build

Install the version from the build branch.

Usage

you can import the npm package as a Vue.js plugin with webpack or rollup

import Vue from "vue";
import ReturnvaluesDesign from "returnvalues-design";

Vue.use(ReturnvaluesDesign);

Branch build and upload on Github

Authentication required to push to a repository.
Let's commit the files to store the changes you've made. And then type the command below to build files and push changes from your commit into the gh-pages branch automatically.

npm run gh-pages