2.0.1 • Published 14 days ago

@patternfly/pfe-tools v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
14 days 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.1

14 days ago

2.0.0

1 month ago

1.4.2

10 months ago

1.4.1

10 months ago

1.4.0

10 months ago

1.5.0

8 months ago

1.3.2

11 months ago

1.3.1

11 months ago

1.2.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

1.0.0-rc.8

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.3.0

1 year ago

1.0.0-rc.7

1 year ago

1.0.0-rc.5

1 year ago

1.0.0-rc.6

1 year ago

1.0.0-rc.3

1 year ago

1.0.0-rc.4

1 year ago

1.0.0-rc.1

1 year ago

1.0.0-rc.2

1 year ago

1.0.0-next.39

1 year ago

1.0.0-next.38

1 year ago

1.0.0-next.37

1 year ago

1.0.0-next.40

1 year ago

1.0.0-next.41

1 year ago

1.0.0-next.36

1 year ago

1.0.0-next.35

1 year ago

1.0.0-next.33

2 years ago

1.0.0-next.32

2 years ago

1.0.0-next.31

2 years ago

1.0.0-next.30

2 years ago

1.0.0-next.34

1 year ago

1.0.0-next.29

2 years ago

1.0.0-next.28

2 years ago

1.0.0-next.27

2 years ago

1.0.0-next.22

2 years ago

1.0.0-next.26

2 years ago

1.0.0-next.25

2 years ago

1.0.0-next.24

2 years ago

1.0.0-next.23

2 years ago

1.0.0-next.19

2 years ago

1.0.0-next.18

2 years ago

1.0.0-next.21

2 years ago

1.0.0-next.20

2 years ago

1.0.0-next.17

2 years ago

1.0.0-next.16

2 years ago

0.1.0-next.8

2 years ago

0.1.0-next.9

2 years ago

1.0.0-next.11

2 years ago

1.0.0-next.10

2 years ago

1.0.0-next.15

2 years ago

1.0.0-next.14

2 years ago

1.0.0-next.13

2 years ago

1.0.0-next.12

2 years ago

0.1.0-next.3

2 years ago

0.1.0-next.4

2 years ago

0.1.0-next.5

2 years ago

0.1.0-next.6

2 years ago

0.1.0-next.7

2 years ago

0.0.2-next.0

2 years ago

0.1.0-next.1

2 years ago

0.1.0-next.2

2 years ago

0.0.1

2 years ago