This example demonstrates how to use MapLibre GL JS with Amazon Location Service and AWS Amplify within a Vue.js application.
- node v16.10.0
- npm v7.24.0
- Install the Amplify CLI:
npm install -g @aws-amplify/cli
- Install project dependencies:
npm install
- Create a new Amplify project environment:
amplify init
- Create Auth and Geo resources:
amplify push
npm run serve
npm run build
To clean up all resources created for this application, run the following:
amplify delete
See CONTRIBUTING for more information.
This library is licensed under the MIT-0 License. See the LICENSE file.