UNPKG

@aomi/webapp-cli

Version:

a web app cli

17 lines (16 loc) 281 B
{ "private": true, "name": "arapp", "version": "1.0.0", "description": "", "scripts": { "start": "webapp serve", "bundle": "webapp bundle" }, "author": "Sean", "devServer": { "host": "0.0.0.0", "port": 3000, "api": "http://localhost:8080" } }