UNPKG

@nuxtus/nuxtus

Version:

Directus/Nuxt boilerplate with Tailwind CSS.

10 lines (9 loc) 300 B
module.exports = { projects: [ { root: "./client", // root of your vue project (should contain package.json) package: "./client/package.json", // Relative to root property, don't change this. tsconfig: "./client/tsconfig.json", // Relative to root property, don't change this. }, ], }