witty-v2-payroll-package
0.0.3 • Public • Published
Download & install applications
- Clone the repository
hhttps://gitlab.com/wittydevops/witty-web-v2-payroll.git
- Navigate to the app root directory using Cmder or Git Bash CLI Example:
cd c:\xampp\htdocs\witty-web-v2-payroll\
- Run
npm install
- Generate component docs. Install Vuese and run
vuese gen
. This will generate a website
folder containing component documentation.
- Run
npm run build
- Run
npm pack
- Copy the created zip file and extract to the project node_modules or install it using npm.
- Run
npm run serve
- Go to your localhost site. (http://localhost:8080/)
- Run
npm run build
- Run
npm publish
- In the project, run
npm install --save witty-twilio-plugin
- Run
npm link
on current witty-video-chat-plugin folder
- Run
npm link witty-twilio-plugin
to target project folder
- Import package
` import WittyVideoChatPlugin from 'witty-twilio-plugin'
Sample WittyVideoChat Implementation
WittyEmail (Main Component)
Name |
Description |
Type |
Required |
Default |
token |
webmail-lite access token |
String |
false |
null |
user |
User object. Can contain any data. Must match with properties from options. |
Object |
false |
null |
baseUrl |
webmail-lite api url link |
String |
false |
- |
url |
webmail-lite url |
— |
false |
- |
options |
config settings |
Object |
false |
{"properties":{"email":"Email","label1":"DisplayName","label2":"label2","label3":"label3","image":"image_path","timeFormat":"hh:mm A","dateFormat":"MMMM DD, YYYY"},"editor":{"color":"#333333","fontSize":"10pt","fontFamily":"Inter, sans-serif","apiKey":"q1fl7wqmmbkxzshds6b8k7ux6ib10y8n2xvd38au0cztw6we"},"imageUpload":null,"enableCustomData":false,"locale":"en-Us","customMessageLoad":null,"formatFilter":null,"messageActions":null} |
layout |
layout (email, kanban) |
String |
false |
email |
kanbanData |
array of kanban templates containing columns and card sort order |
Array |
false |
- |
Event Name |
Description |
Parameters |
kanban-template-created |
Kanban Template Created |
{Folder |
kanban-template-deleted |
Kanban Template Deleted |
{Folder |
cards-updated |
Kanban Cards updates |
{template |
message-sent |
- |
- |
Name |
Description |
Default Slot Content |
message-detail-header-author-info |
- |
- |
message-header-sort |
- |
- |
kanban-header-sort |
- |
- |
email-header-actions |
- |
- |
email-detail-header-actions |
- |
- |
message-detail-pre-content |
- |
- |
message-detail-post-content |
- |
- |
MixIn |
accountMixin |
messageDetailsMixin |
Package Sidebar
Install
npm i witty-v2-payroll-package
Weekly Downloads