UNPKG
@nx-plus/vue
Version:
latest (15.0.0-rc.0)
15.0.0-rc.0
14.1.0
14.0.0
13.0.2
13.0.1
13.0.0
12.2.0
12.1.0
12.0.0
11.0.1
11.0.0
10.4.0
10.3.0
10.2.0
10.1.0
10.0.0
0.6.0
0.5.0
0.4.1
0.4.0
0.3.0
0.2.0
0.1.0
Vue plugin for Nx
github.com/ZachJW34/nx-plus/tree/master/libs/vue
ZachJW34/nx-plus
@nx-plus/vue
/
src
/
generators
/
component
/
schema.d.ts
9 lines
(7 loc)
•
176 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
interface
ComponentGeneratorSchema
{
name
:
string
;
project
:
string
;
directory
?:
string
;
style
:
Style
; }
export
type
Style
=
'css'
|
'scss'
|
'less'
|
'stylus'
;