/Core

V4Fire core library

Primary LanguageTypeScriptMIT LicenseMIT

V4Fire Core Library

npm version build status

NPM dependencies NPM optionalDependencies NPM devDependencies

Coverage Status

This library provides a bunch of isomorphic modules and configurations to work as a foundation for another V4 libraries and contents many base classes and structures, such as queue, persistent key-value storage, subclasses to work with promises, etc.

GitHub

Prepare to build and develop

At first you should install dependencies using npm:

npm ci

After this you should compile a configuration for TypeScript:

npx gulp build:tsconfig

Configuration and building

All build config files are contain within the config folder. File names of config files are tied with a value of the NODE_ENV environment variable. Build scripts, such as Gulp or Webpack, are contain within the build folder.