alex-saunders/npm-ui

Add a means of simulating the app being ran in another location in development mode

Open

#7 创建于 2018年1月5日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)JavaScript (2 fork)github user discovery
help wanted

仓库指标

Star
 (11 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Bug or Feature?

Feature

Current Situation

Currently, when running the app in development mode, the app will read in project info (scripts, dependencies etc.) from this directory as it simply reads the closest package.json

Intended Change

It would be nice to be able to simulate the app being ran in another location/directory (passing the location as a parameter to npm run dev for example)

贡献者指南