mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
d8f40155c1
this helps to not commit generated content
20 lines
379 B
Markdown
20 lines
379 B
Markdown
---
|
|
icon: IconFile
|
|
title: nuxt.config.js
|
|
head.title: Nuxt configuration file
|
|
---
|
|
|
|
# Nuxt configuration file
|
|
|
|
Nuxt can be configured easily with one single file, called `nuxt.config`, it supports both `.js` and `.ts` extension.
|
|
|
|
```ts
|
|
export default {
|
|
// My Nuxt config
|
|
}
|
|
```
|
|
|
|
Learn more about all the different [config properties](/docs/config)
|
|
|
|
<!-- GENERATED_CONFIG_DOCS -->
|