4.0.1 • Published 9 months ago

@patternfly/pfe-tools v4.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@patternfly/pfe-tools

Tools and utilities for building PatternFly Elements and other design systems.

Config

Repos using pfe-tools can customize the docs pages, dev server, and custom-elements manifest generator by adding a .pfe.config.json file to the repository root.

See config.ts for info on what that file can contain.

11ty Helpers

test

Helpers for testing web components using web test runner

dev-server

Preset web-dev-server configuration.

Troubleshooting

I ran npm start but get 404 not found when the dev server launches the browser

The dev server config in pfe-tools tries its best to find the root directory of your project, but there are cases where this may not work. If you get a 404 error to index.html,

  1. Confirm that you have an index.html file in your repository root
  2. Set the rootDir option to pfeDevServerConfig, e.g.

    import { pfeDevServerConfig } from '@patternfly/pfe-tools/dev-server/config.js';
    
    export default pfeDevServerConfig({
      rootDir: '.',
    });

Make sure to do the same in web-test-runner.config.js as well, for your unit tests

2.0.3

1 year ago

2.0.2

1 year ago

3.0.2

9 months ago

3.0.1

10 months ago

3.0.0

11 months ago

4.0.1

9 months ago

4.0.0

9 months ago

2.0.1

1 year ago

2.0.0

1 year ago

1.4.2

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.5.0

2 years ago

1.3.2

2 years ago

1.3.1

2 years ago

1.2.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

1.0.0-rc.8

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.3.0

2 years ago

1.0.0-rc.7

2 years ago

1.0.0-rc.5

2 years ago

1.0.0-rc.6

2 years ago

1.0.0-rc.3

2 years ago

1.0.0-rc.4

2 years ago

1.0.0-rc.1

2 years ago

1.0.0-rc.2

2 years ago

1.0.0-next.39

3 years ago

1.0.0-next.38

3 years ago

1.0.0-next.37

3 years ago

1.0.0-next.40

3 years ago

1.0.0-next.41

2 years ago

1.0.0-next.36

3 years ago

1.0.0-next.35

3 years ago

1.0.0-next.33

3 years ago

1.0.0-next.32

3 years ago

1.0.0-next.31

3 years ago

1.0.0-next.30

3 years ago

1.0.0-next.34

3 years ago

1.0.0-next.29

3 years ago

1.0.0-next.28

3 years ago

1.0.0-next.27

3 years ago

1.0.0-next.22

3 years ago

1.0.0-next.26

3 years ago

1.0.0-next.25

3 years ago

1.0.0-next.24

3 years ago

1.0.0-next.23

3 years ago

1.0.0-next.19

3 years ago

1.0.0-next.18

3 years ago

1.0.0-next.21

3 years ago

1.0.0-next.20

3 years ago

1.0.0-next.17

3 years ago

1.0.0-next.16

3 years ago

0.1.0-next.8

3 years ago

0.1.0-next.9

3 years ago

1.0.0-next.11

3 years ago

1.0.0-next.10

3 years ago

1.0.0-next.15

3 years ago

1.0.0-next.14

3 years ago

1.0.0-next.13

3 years ago

1.0.0-next.12

3 years ago

0.1.0-next.3

3 years ago

0.1.0-next.4

3 years ago

0.1.0-next.5

3 years ago

0.1.0-next.6

3 years ago

0.1.0-next.7

3 years ago

0.0.2-next.0

3 years ago

0.1.0-next.1

3 years ago

0.1.0-next.2

3 years ago

0.0.1

3 years ago