Get up and running with Nhost and Vue
Create Project
Setup Database
movies
with some great movies.Track this
is enabledpermissions
movies
just created, and click in Edit Permissions to set the following permissions for the public
role and select
action.Setup a Vue Application
Install the Nhost package for Vue
@nhost/vue
.Configure the Nhost client and fetch the list of movies
<subdomain>
and <region>
with the subdomain and region for the project./src/App.vue
to fetch the list of movies.The end
npm run dev -- --open --port 3000
and enter http://localhost:3000
in your browser.