Zeit Admin Application with Vuetify powered by Nuxt
- Clone or fork repository
- Install dependencies
npm install
- Create
confidential.json
in application root - Start development server
npm run dev
{
"tokens": [
{
"name": "default",
"value": "NHn7hsxYpqtePquExcikQZxR",
"active": true
}
]
}
If you are running application on multiple instances please make sure that confidential file is on shared storage.