Skip to content

sad-systems/frigate

Repository files navigation

Frigate

Сменить язык: Русский English

Author: MrDigger mrdigger@sad-systems.ru
© SAD-Systems http://sad-systems.ru, 2019

Description

Frontend components library.

Currently includes:

  • core - Provides the framework independent functions and classes.
  • react - Provides the components for React framework.

Install

yarn add @sad-systems/frigate-core
yarn add @sad-systems/frigate-react

Usage

...will be described in the future.

Live demo

Try the live demo

Documentation

View classes description.

Development

Source files

All the source files are placed under the /src folder

Build files

Production files are placed under the /dist folder (automatically generated).

Docs files

All the docs files are generated under the /docs/public folder.

Setup

yarn

Compiles and hot-reloads for development

yarn start

Production release

Full build to release:

(test + build + dist + docs):

yarn prod

Note:

to change version for release just use

npm version [<newversion> | major | minor | patch | premajor | preminor | prepatch | prerelease | from-git]
node copy-version

Separate builds:

Build the bundles:

yarn build

Compile packages to distribute via npmjs.com:

yarn dist

Docs generation

yarn docs

Testing

yarn test

License

MIT