1 Star 0 Fork 0

Mrs_z/nuxt_learning

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
nuxt.config.ts 769 Bytes
一键复制 编辑 原始数据 按行查看 历史
Mrs_z 提交于 2024-08-20 17:55 . 项目初始化搭建
// https://nuxt.com/docs/api/configuration/nuxt-config
import {defineNuxtConfig} from 'nuxt/config'
export default defineNuxtConfig({
css: ['@/assets/css/common.scss'],
devtools: {enabled: true},
ssr: true,
postcss: {
plugins: {
autoprefixer: {},
tailwindcss: {},
},
},
vite: {
css: {
preprocessorOptions: {
scss: {
additionalData: '@use "@/assets/css/_varcss.scss" as *;'
}
}
}
},
modules: ['@pinia/nuxt', 'nuxt-icons'],
routeRules: {
// 为了SEO目的,在构建时生成
'/': {prerender: true},
},
app: {
pageTransition: {name: 'page', mode: 'out-in'}
},
})
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mrs-z/nuxt_learning.git
git@gitee.com:mrs-z/nuxt_learning.git
mrs-z
nuxt_learning
nuxt_learning
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385