1.1.1 • Published 4 years ago

nuxt-config-yml v1.1.1

Weekly downloads
2
License
MIT
Repository
gitlab
Last release
4 years ago

Nuxt Config YML

Use YAML for nuxt.config

Install

npm i nuxt-config-yml

Add to nuxt.config.js modules

modules: [
    'nuxt-config-yml'
]

Configure

You can overwrite the yml config file's name

Add to nuxt.config.js

nuxtConfigYml: {
    configFile: 'some.other.nuxt.config.yaml'
}
1.1.1

4 years ago

1.1.0

4 years ago

1.0.1

7 years ago

1.0.0

7 years ago