npm install
npm run serve
npm run build
npm run lint
- Create a file 'src/lib/Credentials.js'
- Put this information in the file and enter your API info in the quotes
const twilioInfo = { accountSid: '', authToken: '', fromNumber: '' }
export default twilioInfo