Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 845 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (10 loc) · 845 Bytes

Contributing

Getting Started

  1. Navigate to the root of your local clone of aws-amplify/amplify-ui
  2. Run yarn setup
  3. Run yarn vue dev

This will start building @aws-amplify/ui-vue in watch mode. To test your changes, you can utilize examples/vue to run examples on vite. Please see examples README and e2e README to get started.

Depenencies

@aws-amplify/ui-vue depends on @aws-amplify/ui for theming, state management, and translation logic. If you're looking for for change in these, please refer to @aws-amplify/ui README.

Testing for Production

After you tested your change, you can run yarn vue build from monorepo to run build for production.