nuxt-countries-api
v2.0.0
Published
Nuxt 3 Self hosted REST API module with countries data
Downloads
567
Maintainers
Readme
Countries api
Get access to the endpoints here: https://countries.xamu.com.co/
Data provided by: https://github.com/dr5hn/countries-states-cities-database
Nuxt Module
npm i nuxt-countries-api
# or with yarn
yarn add nuxt-countries-apiUsage
Add to modules in nuxt.config.ts:
// nuxt.config.ts, basic setup
export default defineNuxtConfig({
modules: ["nuxt-countries-api"],
});Settings
// nuxt.config.ts, example configuration
export default defineNuxtConfig({
modules: ["nuxt-countries-api"],
countries: {
base: "/_countries",
},
});| Name | Type | Default | Description | | ---- | ------ | -------------- | ----------------------------------- | | base | string | "/_countries" | Base path to be used on nuxt server |
Development
$ yarn devpreserveSymlinks could break the module
