UNPKG
qvt-cli
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.0
提供多端响应式设计的模板框架
qvt-cli
/
bin
/
template
/
admin
/
src
/
env.d.ts
10 lines
(8 loc)
•
209 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
/* eslint-disable */
declare
namespace
NodeJS
{
interface
ProcessEnv
{
NODE_ENV
:
string
;
VUE_ROUTER_MODE
:
'hash'
|
'history'
|
'abstract'
|
undefined
;
VUE_ROUTER_BASE
:
string
|
undefined
; } }