historicaldata1

0.1.0 • Public • Published

Historical Data

This HistoricalData used for save our historical data history. This historical-data created by vue component

npm Installation

npm i historicaldata

This component contains an Modal and inside modal One Date field with current DATE value and that lable as AS ON DATE. save and cancel buttons are placed in modal footer.

When you click the save button you have to be get the details on "user_id", "session_id" and "as_on_date". you can see the example payload below-

Example payload

dataobj: {
    aaondate : "dd/mm/yyyy"
}
user: {
    userid: {
        userid: "user_name",
        sessionid: "123456789012345678901234567890"
    }
}

Development Setup

# install deps
npm install

# build dist files
npm run build

# serve examples at localhost:8080
npm run dev

# lint & run all tests
npm test

# serve docs at localhost:8080
npm run docs

Readme

Keywords

Package Sidebar

Install

npm i historicaldata1

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

989 kB

Total Files

10

Last publish

Collaborators

  • pradeepp