4.0.6 • Published 5 years ago

@borodindmitriy/front-end-lib v4.0.6

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
5 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.
4.0.6

5 years ago

4.0.5

5 years ago

4.0.4

5 years ago

4.0.3

5 years ago

4.0.2

5 years ago

4.0.1

5 years ago

4.0.0

5 years ago

3.1.2

5 years ago

3.1.1

5 years ago

3.1.0

5 years ago

3.0.7

5 years ago

3.0.6

5 years ago

3.0.5

5 years ago

3.0.4

5 years ago

3.0.3

5 years ago

3.0.2

5 years ago

3.0.1

5 years ago

3.0.0

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.64

5 years ago

1.0.63

5 years ago

1.0.62

5 years ago

1.0.61

5 years ago

1.0.60

5 years ago

1.0.59

5 years ago

1.0.58

5 years ago

1.0.57

5 years ago

1.0.56

5 years ago

1.0.55

5 years ago

1.0.54

5 years ago

1.0.53

5 years ago

1.0.52

5 years ago

1.0.51

5 years ago

1.0.50

5 years ago

1.0.49

5 years ago

1.0.48

5 years ago

1.0.47

5 years ago

1.0.46

5 years ago

1.0.45

5 years ago

1.0.44

5 years ago

1.0.43

5 years ago

1.0.42

5 years ago

1.0.41

5 years ago

1.0.40

5 years ago

1.0.39

5 years ago

1.0.38

5 years ago

1.0.37

5 years ago

1.0.36

5 years ago

1.0.35

5 years ago

1.0.34

5 years ago

1.0.33

5 years ago

1.0.32

5 years ago

1.0.31

5 years ago

1.0.30

5 years ago

1.0.29

5 years ago

1.0.28

5 years ago

1.0.27

5 years ago

1.0.26

5 years ago

1.0.25

5 years ago

1.0.23

5 years ago

1.0.22

5 years ago

1.0.21

5 years ago

1.0.20

5 years ago

1.0.19

5 years ago

1.0.17

5 years ago

1.0.16

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago