analyse the data companies collect on you
npm install @hestia.ai/data-experience.env with the following configuration:
NODE_ENV=development
`
Make sure you have the latest version of all packages
`bash
cd ../packages
npm install
npm run build
npm link --workspaces
cd ../data-experience
npm install
`
$3
The example is in folder dev/
`sh
npm run dev
`
$3
`sh
npm run build
`
$3
`sh
npm run lint
`
$3
See Configuration Reference.
$3
`sh
npm init
npm install @vue/cli
npx vue create experience-component
`
And then modified according to https://itnext.io/create-a-vue-js-component-library-as-a-module-part-1-a1116e632751
Publish to npm
First increment version in package.json and run
`sh
npm run build
npm publish
``