0.0.17 • Published 1 year ago

@lg2/nuxt3-module-create-dato-map v0.0.17

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

nuxt3-module-create-dato-map

  yarn add @lg2/nuxt3-module-create-dato-map -D
  npm i @lg2/nuxt3-module-create-dato-map -D

This module create a public dato-route-map.json mapping of your ~/assets/jsons/link-resolver.json once nuxt is build parsing all your routes.

example of link-resolver.json

{
  "HomePageRecord": { "name": "index" },
  "FaqPageRecord": { "name": "faq" },
  "ArticleRecord": {
    "name": "blog-slug",
    "params": { "slug": "slug" }
  }
}
0.0.17

1 year ago

0.0.16

1 year ago

0.0.15

1 year ago

0.0.14

1 year ago

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.1

1 year ago