npm install
npm run serve
npm run build
npm run lint
I needed to format the facebook messages properly using this command:
cat message_1.json | jq . | iconv -f utf8 -t latin1 > m1.json
npm install
npm run serve
npm run build
npm run lint
I needed to format the facebook messages properly using this command:
cat message_1.json | jq . | iconv -f utf8 -t latin1 > m1.json