3.0.5 • Published 6 years ago

@borodindmitriy/utils v3.0.5

Weekly downloads
5
License
MIT
Repository
gitlab
Last release
6 years ago

base-code

The repository contains several libraries with reusable code on several projects.

Setup local environment

  1. Install node >= 10 <11, npm >= 6 <7;
  2. Install rearguard, npm i -g rearguard;

Deploy for development

  1. rearguard monorepo --bootstrap --both

Used in projects

Concept (very simple)

Home-tracker (have more code then Concept)

Right now it project not work, because not implemented adapter classes in home-tracker-front-end.

Used technology

  1. OOP
  2. SOLID principles
  3. Design patterns
  4. Rearguard;

Project structure

├── package.json
└── packages
    ├── ant-design-vendor
    ├── back
    ├── common-vendor
    ├── deferred_module_test
    ├── front
    ├── interfaces
    ├── isomorphic
    ├── mobx-vendor
    ├── react-vendor
    └── utils
  • ant-design-vendor - contains all atnd dependencies which will be loaded as DLL.
  • back - contains reusable code for implement back-end on nodejs.
  • common-vendor - contains common dependencies which will be loaded as DLL. -deferred_module_test - this package demonstrate how we can build library for load on demand in target project like a code-splitting, but webpack do not touch files from this package.
  • front - contains reusable code (Repository, Transport, Filters, ...) for implement front-end application.
  • interfaces - contains interfaces which we will use without implementation.
  • isomorphic - contains reusable code between client and server.
  • mobx-vendor - contains mobx dependencies which will be loaded as DLL.
  • react-vendor - contains react dependencies which will be loaded as DLL.
  • utils - contains util functions for different work types.
3.0.5

6 years ago

3.0.4

6 years ago

3.0.3

6 years ago

3.0.2

6 years ago

3.0.1

6 years ago

3.0.0

6 years ago

2.1.2

6 years ago

2.1.1

6 years ago

2.1.0

6 years ago

2.0.3

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.3.50

6 years ago

1.3.49

6 years ago

1.3.48

6 years ago

1.3.47

6 years ago

1.3.46

6 years ago

1.3.45

6 years ago

1.3.44

6 years ago

1.3.43

6 years ago

1.3.42

6 years ago

1.3.41

6 years ago

1.3.40

6 years ago

1.3.39

6 years ago

1.3.38

6 years ago

1.3.37

6 years ago

1.3.36

6 years ago

1.3.35

6 years ago

1.3.34

6 years ago

1.3.33

6 years ago

1.3.32

6 years ago

1.3.31

6 years ago

1.3.30

6 years ago

1.3.29

6 years ago

1.3.28

6 years ago

1.3.27

6 years ago

1.3.26

6 years ago

1.3.25

6 years ago

1.3.24

6 years ago

1.3.23

6 years ago

1.3.22

6 years ago

1.3.21

6 years ago

1.3.20

6 years ago

1.3.19

7 years ago

1.3.18

7 years ago

1.3.17

7 years ago

1.3.16

7 years ago

1.3.15

7 years ago

1.3.13

7 years ago

1.3.12

7 years ago

1.3.11

7 years ago

1.3.10

7 years ago

1.3.9

7 years ago

1.3.8

7 years ago

1.3.7

7 years ago

1.3.6

7 years ago

1.3.5

7 years ago

1.3.4

7 years ago

1.3.3

7 years ago

1.3.2

7 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.14

8 years ago

1.1.13

8 years ago

1.1.12

8 years ago

1.1.11

8 years ago

1.1.10

8 years ago

1.1.9

8 years ago

1.1.8

8 years ago

1.1.7

8 years ago

1.1.6

8 years ago

1.1.5

8 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago