agent-bo-007 / Core

V4Fire core library

Home Page:https://v4fire.github.io/Core/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

V4Fire core library

https://v4fire.github.io/Core/

License:MIT License


Languages

Language:TypeScript 66.6%Language:JavaScript 33.0%Language:CSS 0.4%Language:Shell 0.0%