UNPKG

qvt-cli

Version:

提供多端响应式设计的模板框架

10 lines (8 loc) 209 B
/* eslint-disable */ declare namespace NodeJS { interface ProcessEnv { NODE_ENV: string; VUE_ROUTER_MODE: 'hash' | 'history' | 'abstract' | undefined; VUE_ROUTER_BASE: string | undefined; } }