Package Exports
- nuxt-template
- nuxt-template/nuxt.config.ts
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (nuxt-template) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Fast setup temmplate for nuxt 3
Install
Make sure to install the dependencies:
npm install @nuxtjs/tailwindcss nuxt-template
nuxt.config.ts
defineNuxtConfig({
extends: [
'nuxt-template'
],
modules: [
'@nuxtjs/tailwindcss'
]
})