Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 236 Bytes

File metadata and controls

22 lines (17 loc) · 236 Bytes

开发

安装依赖

    npm install 

修改配置: config

    const development = {
        host: 'localhost',
        port: 8800
    };

启动命令

    // 每次启动需要运行
    npm start