Setup
Step 1: Clone Repository
git clone https://github.com/MrDeerly/vue-timeago3.gitStep 2: Make your changes
All files relevant files can be found in
./srccd /srcStep 3: Check your changes
The project contains a simple example project which is located in
./examples. To check your changes you can simply execute the following npm script in the root directory.npm run devThis will compile your current files, install them in the example App, and start a dev server for the example app
Step 4: Repeat 😃
Step 5: Submit PR
Congratulations, it's time to submit a Pull Request so your changes can be reviewed and merged. Please explain your changes, and why they are neccessary.