Skip to content

configcat-labs/feature-flags-in-nuxtjs-sample

Repository files navigation

How to set up and use Feature Flags in a Nuxt.js Application

This is a companion repo for How to set up and use Feature Flags in a Nuxt.js Application.

About this sample app

This app is a fictional movie app called AcmeTV Shows built with the Nuxt.js framework

Here is what it looks like:

image

How it works

The body of the app contains two sections:

  1. Trending Movies section
  2. Movies section

In the companion article, I integrated feature flagging using ConfigCat's feature flag services. This allowed me to show / hide the Trending Movies section by toggling its feature flag in my ConfigCat dashboard.

How to run the App

  1. Clone this code repository

  2. Open a terminal in the root of this repo

  3. Install the required npm packages by running:

npm install
  1. Start the app locally by running:
npm run dev

Author

Chavez Harris

Contributions

Contributions are welcome!

References

ConfigCat also supports many other frameworks and languages. Check out the full list of supported SDKs here

Keep up with ConfigCat on Twitter, Facebook, LinkedIn, and GitHub.

You can also explore other code samples for various languages, frameworks, and topics here in the ConfigCat labs on GitHub.

Learn more about Nuxt.js here.

About

How to use feature flags in Nuxt.js - Sample App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published