- Navigate to the root of your local clone of aws-amplify/amplify-ui
- Run
yarn setup
- 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.
@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.
After you tested your change, you can run yarn vue build
from monorepo to run build for production.