customer-service-vue-components
v1.0.994
Published
``` npm install ```
Readme
customer-ui
Project setup
npm installCompiles and hot-reloads for development
npm run serveCompiles and hot-reloads for development, enables widgets to run standalone
npm run serve:standalone (set flag STANDALONE_SINGLE_SPA in .env.standalone to true)Compiles and minifies for production
npm run build-lib
### Lints and fixes filesnpm run lint
### publishing
```npm login with credentials
```npm publish --access public
### unpublishing
```npm unpublish <componentName>@<version>
### before publish
- think of a right entry point for lib build app.vue is ok
- create a init.d.ts file with declare module '<moduleName>';
- set this file in tsconfig in include path for types
- in package.json set files, main (common.js), version >1.0.0
