@hestia.ai/data-experience
v3.0.13
Published
analyse the data companies collect on you
Readme
data-experience
Project setup
Add an extensionless environment file .env with the following configuration:
NODE_ENV=developmentMake sure you have the latest version of all packages
cd ../packages
npm install
npm run build
npm link --workspaces
cd ../data-experience
npm installCompiles and hot-reloads for development
The example is in folder dev/
npm run devCompiles and minifies for production
npm run buildLints and fixes files
npm run lintCustomize configuration
This project was created with vue-cli
npm init
npm install @vue/cli
npx vue create experience-componentAnd 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
npm run build
npm publishThe latest version of the library can be imported using these CDN links:
- https://unpkg.com/@hestia.ai/data-experience/dist/DataExperience.umd.min.js
- https://unpkg.com/@hestia.ai/data-experience/dist/DataExperience.css
Usage
See the example
