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

https://github.com/featurevisor/featurevisor-example-nuxt

Nuxt.js integration example with Featurevisor SDK
https://github.com/featurevisor/featurevisor-example-nuxt

Last synced: about 1 year ago
JSON representation

Nuxt.js integration example with Featurevisor SDK

Awesome Lists containing this project

README

          

# featurevisor-example-nuxt

Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.

For Featurevisor documentation, visit [https://featurevisor.com](https://featurevisor.com).

## Setup

Make sure to install the dependencies:

```
$ npm install
```

## Development Server

Start the development server on `http://localhost:3000`:

```
$ npm run dev
```

## Production

Build the application for production:

```
$ npm run build
```

Locally preview production build:

```
$ npm run preview
```

Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.