UNPKG

@edbzn/nuxt

Version:

<img src="https://github.com/edbzn/nx-nuxt/blob/master/logo.png" alt="@edbzn/nuxt logo" width="500" />

20 lines (19 loc) 570 B
{ "$schema": "../../node_modules/@angular-devkit/schematics/collection-schema.json", "name": "nuxt", "version": "0.0.0", "schematics": { "init": { "factory": "./src/schematics/init/init", "schema": "./src/schematics/init/schema.json", "description": "Initialize the Nuxt plugin", "hidden": true }, "application": { "factory": "./src/schematics/application/application", "schema": "./src/schematics/application/schema.json", "aliases": ["app"], "description": "Create a Nuxt.js application" } } }