Skip to content

Commit 3a67e17

Browse files
manzoliricRichard Manzolielvis kahoro
authored
workflow: added Nuxt workflow (#158)
Co-authored-by: Richard Manzoli <[email protected]> Co-authored-by: elvis kahoro <[email protected]>
1 parent 22667d0 commit 3a67e17

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

specs/nuxtjs/create_nuxt_app.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Create Nuxt app
3+
command: npx nuxi init {{project_name}} --use-{{package_manager}}
4+
tags:
5+
- vuejs
6+
- nuxt
7+
arguments:
8+
- name: project_name
9+
description: Project name
10+
default_value: my-app
11+
- name: package_manager
12+
description: The package manager to use for the application
13+
default_value: npm
14+
source_url: https://nuxt.com/docs/getting-started/installation
15+
description: Create Nuxt application
16+
author: Richard Manzoli
17+
author_url: https://github.com/manzolidev
18+
shells: []

0 commit comments

Comments
 (0)