Demo project for testing api components.
In order to consume components from apicomponents, include valid params in .env
file:
// Server where apicomponents are hosted
VUE_APP_APICOMPONENTS_HOST="https://xxxxxxx.xxx"
// Valid token for consuming components
VUE_APP_APICOMPONENTS_TOKEN="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
Install the last stable version of node.js
.
Then, install vue-cli
globally.
npm install -g @vue/cli
npm install
npm run serve
npm run build
npm run lint