This example demonstrates how to use MapLibre GL JS with Amazon Location Service and AWS Amplify within a Vue.js application.
- node v16.x
- npm v8.x
- Amplify CLI v9.1.x
- 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 dev
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.