Skip to content

bourland55/Milestone-Component

 
 

Repository files navigation

milestone-tracker-component

Milestone tracker component for the Now Experience

Features

  • shows how to pass data for sample data
  • shows how to style

Prerequisites

  1. Install Node version 12.16

  2. Install ServiceNow CLI

  3. Configure the ServiceNow CLI to communicate with a ServiceNow instance

    snc configure profile set
    
  4. Add ServiceNow CLI UI Component

    snc extension add --name ui-component
    
  5. You may need to run this command if you get disconnected from your instance

    snc ui-component login {instance_url} basic {user_name} {password}
    

Installation

  1. Fork this repo into your GitHub account.

    • You can fork any repo by clicking the fork button in the upper right hand corner of a repo page.
  2. Clone the fork of your repo, so you can edit the contents locally

    git clone <repo url>
    
  3. Install the required components

    npm install
    
  4. Test the component locally

    snc ui-component develop --open
    
  5. Deploy the component to a ServiceNow instance

    snc ui-component deploy --force 
    
  6. Make edits to your local cloned copy of the repo on your computer

  7. Add, commit and push those edits back to your fork on GitHub

  8. Suggest the changes that you made, to be added to the origianl repo using a pull request

Troubleshooting

. Run the following command snc extension update --name ui-component

About

process flow component by M Mouries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 58.5%
  • SCSS 41.5%