0.0.7 • Published 2 years ago

@sedoo/catalogue-mixins v0.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

catalogue-mixins

see Documentation

Library

For users

How to integrate catalogue-mixins in a project

  1. Install the module
npm i @sedoo/catalogue-mixins
  1. In you main.js add the following lines
import CatalogueMixins from '@sedoo/catalogue-mixins'
Vue.use(CatalogueMixins)

For developers

Warning

catalogue-mixins uses the new Github naming convention: the main branch is called main and not master anymore.

How to publish the library in NPM ?

The publishing if the library is an automated mechanism based on Github workflow system. No other method should be used.

After each push on the main branch, a build is launched. If the build is successful, the system will publish it on NPM using the version number indicated in the package.json file. If this version corresponds to an already published version, the build will stop here. Else, the version is published.

Hence, to publish an new version, it is important to modify the number in the package.json file.

Publishing of the online documentation

The publishing of the library is an automated mechanism based on Github workflow system. No other method should be used. After each push on the main branch, the online documentation is launched.

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago