0.0.74 • Published 4 years ago

cvmodule-web v0.0.74

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

CvModule-Web

Install

  npm install --save cvmodule-web

How to use

  1. Import the CvApplixation component into your application.
  import CvApplication from 'cvmodule-web'
  1. Add configuration for the CvApplication component.
const settings = {
  apiUrl: "string",
  userId: "string",
  basePath: "string",
  userToken: "string",
  history: "[react-router history object]"
}

<CvApplication settings={settings} text="" />

Local development

Symlink the cvmoduleweb module to the parent project. You can do this by typing 'npm link' in the root of the cvmodule-web project and then typing 'npm link cvmodule-web' in the root of the parent project. If you get error messages related to invalid hook calls caused by multiple copies of react at runtime, you may need to resolve the parent's react version to an alias in the webpack configuration. If you do this, it will only be necessary for local development.

alias: {
  ...
  react: path.resolve('./node_modules/react')
}

Configuration

The interface configuration IConfiguration is available in configService.tsx.

userSettingsViewUrl (optional)

May be specified if you want a link to the user settings view available under the user's avatar when editing CVs or letters.

0.0.74

4 years ago

0.0.73

4 years ago

0.0.72

4 years ago

0.0.71

4 years ago

0.0.70

4 years ago

0.0.68

4 years ago

0.0.69

4 years ago

0.0.67

4 years ago

0.0.66

4 years ago

0.0.65

4 years ago

0.0.64

4 years ago

0.0.63

4 years ago

0.0.62

4 years ago

0.0.61

4 years ago

0.0.60

4 years ago

0.0.59

4 years ago

0.0.58

4 years ago

0.0.57

4 years ago

0.0.56

4 years ago

0.0.55

4 years ago

0.0.53

4 years ago

0.0.54

4 years ago

0.0.52

4 years ago

0.0.51

4 years ago

0.0.50

4 years ago

0.0.49

4 years ago

0.0.48

4 years ago

0.0.47

4 years ago

0.0.46

4 years ago

0.0.45

4 years ago

0.0.44

4 years ago

0.0.43

4 years ago

0.0.42

4 years ago

0.0.41

4 years ago

0.0.39

4 years ago

0.0.38

4 years ago

0.0.37

4 years ago

0.0.36

4 years ago

0.0.35

4 years ago

0.0.34

4 years ago

0.0.33

4 years ago

0.0.32

4 years ago

0.0.31

4 years ago

0.0.30

4 years ago

0.0.29

4 years ago

0.0.28

4 years ago

0.0.27

4 years ago

0.0.26

4 years ago

0.0.25

4 years ago

0.0.24

4 years ago

0.0.23

4 years ago

0.0.22

4 years ago

0.0.21

5 years ago

0.0.20

5 years ago

0.0.19

5 years ago

0.0.18

5 years ago

0.0.17

5 years ago

0.0.16

5 years ago

0.0.15

5 years ago

0.0.14

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago