3.0.0 • Published 5 years ago

@borodindmitriy/vendors v3.0.0

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.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.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.24

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.18

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

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago