Author Fiona 升级node:npm install -g n 然后 n stable 升级npm:npm update -g npm 安装依赖模块 npm install 启动本地开发服务 npm run start 打包发布代码 npm run build