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
/
library
/
schema.d.ts
12 lines
(11 loc)
•
246 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
export
interface
LibraryGeneratorSchema
{
name
:
string
;
directory
?:
string
;
skipTsConfig
:
boolean
;
skipFormat
:
boolean
;
tags
?:
string
;
unitTestRunner
:
'jest'
|
'none'
;
publishable
:
boolean
;
vueVersion
:
number
;
babel
:
boolean
; }