Look at the Nuxt 3 documentation to learn more.
The @encointer/worker-api
uses the browser's built-in webcrypto
api. This library is only available in secure
secure contexts. Hence, in local development you must use localhost
. webcrypto
is undefined on 127.0.0.1
and
0.0.0.0
.
Make sure to install the dependencies:
# yarn
yarn install
Start the development server on http://localhost:3000
yarn run dev
Build the application for production:
yarn run build
Locally preview production build:
yarn run preview
Check out the deployment documentation for more information.