3.0.6 • Published 5 years ago

@borodindmitriy/interfaces v3.0.6

Weekly downloads
1
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.
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.1.2

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.1.31

5 years ago

1.1.30

5 years ago

1.1.29

5 years ago

1.1.28

5 years ago

1.1.27

5 years ago

1.1.26

5 years ago

1.1.25

5 years ago

1.1.24

5 years ago

1.1.23

5 years ago

1.1.22

5 years ago

1.1.21

5 years ago

1.1.20

5 years ago

1.1.19

5 years ago

1.1.18

5 years ago

1.1.17

5 years ago

1.1.16

5 years ago

1.1.15

5 years ago

1.1.14

5 years ago

1.1.13

5 years ago

1.1.12

5 years ago

1.1.11

5 years ago

1.1.10

5 years ago

1.1.9

5 years ago

1.1.8

5 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

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

5 years ago

1.0.10

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