1.5.0 • Published 28 days ago

@goodwaygroup/ui-ux v1.5.0

Weekly downloads
-
License
ISC
Repository
github
Last release
28 days ago

Goodway Group UI/UX Kit

Build/Release/Use

  1. Follow our existing conventional commit pattern
  2. When ready to create a tag, use npm version in a release branch
  3. Once the tag is pushed to Github, create a release in Github to automatically build and publish to NPM
  4. Update your dependency version in the container app's package.json
  5. npm install on your container app
  6. Bob's your uncle!

Developement

To develop this library while integrated into an other project do the following:

Make sure the project is packaged up:

npm run package

Also look into using npm run package:watch to rebuild after every change

From gw-components project root:

npm link

Verify link worked via:

npm ls -g --depth=0 --link=true

Within same terminal window (from above) navigate to working project dir and run:

npm link @goodwaygroup/ui-ux  

Local server config

Vite

in vite.config.js temporarily add path to gw-components. example:

    server: {
        port: process.env.PORT || 3000,
        fs: {
            allow: ['./', '[YOUR-PATH]/gw-components/'],
        },
    },

Webpack

TODO

Cleanup

npm unlink @goodwaygroup/ui-ux  && npm i @goodwaygroup/ui-ux
1.5.0

28 days ago

1.4.0

6 months ago

1.3.0

1 year ago

1.2.0

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.10.0

1 year ago

0.9.0

1 year ago

0.9.1

1 year ago

0.8.0

2 years ago

0.7.0

2 years ago

0.6.1

2 years ago

0.6.0

2 years ago

0.1.1

3 years ago

0.1.0

3 years ago