This is a simple example of how to use Croct with Nuxt 2.
To run this example, you need to have Node.js and NPM installed.
First, install the dependencies:
npm installThen, start the development server:
npm run devFinally, open http://localhost:3000 in your browser.