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
- Host: GitHub
- URL: https://github.com/featurevisor/featurevisor-example-nuxt
- Owner: featurevisor
- Created: 2023-09-20T18:12:26.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-24T13:21:00.000Z (over 2 years ago)
- Last Synced: 2024-03-24T14:30:07.714Z (over 2 years ago)
- Language: Vue
- Homepage: https://featurevisor.com/docs/frameworks/nuxt/
- Size: 99.6 KB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.