0.1.0 • Published 3 years ago
historicaldata1 v0.1.0
This HistoricalData used for save our historical data history. This historical-data created by vue component
npm Installation
npm i historicaldataThis component contains an Modal and inside modal One Date field with current DATE value and that lable as
AS ON DATE.saveandcancelbuttons 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 docs0.1.0
3 years ago