You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# install dependencies# 安装依赖(仅首次运行需执行)
npm install
# serve with hot reload at http://0.0.0.0:8080# 默认在 8080 端口开启热加载 web server
npm start
# build for production with minification# 编译成生成环境所需代码
npm run build