Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marcospassos/croct-nuxt2-example

Example of how to integrate Croct with Nuxt 2.
https://github.com/marcospassos/croct-nuxt2-example

croct nuxt vue

Last synced: 9 days ago
JSON representation

Example of how to integrate Croct with Nuxt 2.

Awesome Lists containing this project

README

        

# croct-nuxt2-example

This is a simple example of how to use [Croct](https://croct.com) with Nuxt 2.

## Getting started

To run this example, you need to have [Node.js](https://nodejs.org) and [NPM](https://www.npmjs.com) installed.

First, install the dependencies:

```bash
npm install
```

Then, start the development server:

```bash
npm run dev
```

Finally, open [http://localhost:3000](http://localhost:3000) in your browser.