This is a sample project to demonstrate some of the features that Uniform offers.
Learn more about Uniform Nuxt module: https://www.npmjs.com/package/@uniformdev/uniform-nuxt
The project is already configured to use a sample Uniform project. Check out the .env.example file for instructions on how to use your own project instead.
Make sure to set the preview URL in the Uniform Canvas Settings to the value for Nuxt.
http://localhost:3000/?preview=true
Make sure to install the dependencies:
npm install
Start the development server on http://localhost:3000
npm run dev
If you want to work on your own project, start with an empty Uniform project, then create an API key with Developer role in Uniform and update UNIFORM_API_KEY
in your .env
file, then run npm run uniform:push
to push content from ./content
folder to your project.
To sync changes from your Uniform project to source control, use npm run uniform:pull
command.