edo-components
v0.3.3
Published
библиотека компонентов ЭДО
Readme
edo-components
Project setup
npm installCompiles and hot-reloads for development
npm run serveCompiles and minifies for production
npm run buildCompiles and minifies for lib production
npm run libCompiles styleguide for development
npm run styleguideCompiles styleguide for production
npm run styleguide:buildLints and fixes files
npm run lintУтилита для управления версиями приложения
# документация https://github.com/vojtajina/grunt-bump
$ grunt bump:patch
>> Version bumped to 0.0.3
>> Committed as "Release v0.0.3"
>> Tagged as "v0.0.3"
>> Pushed to origin
$ grunt bump:minor
>> Version bumped to 0.1.0
>> Committed as "Release v0.1.0"
>> Tagged as "v0.1.0"
>> Pushed to origin
$ grunt bump:major
>> Version bumped to 1.0.0
>> Committed as "Release v1.0.0"
>> Tagged as "v1.0.0"
>> Pushed to origin
# для установки версии вручную
$ grunt bump --setversion=2.0.1
>> Version bumped to 2.0.1
>> Committed as "Release v2.0.1"
>> Tagged as "v2.0.1"
>> Pushed to origin